GraphQl - Multi Module #32341
Replies: 4 comments
-
/cc @jmartisk (graphql), @phillip-kruger (graphql) |
Beta Was this translation helpful? Give feedback.
-
@zZHorizonZz can you share a reproducer ? |
Beta Was this translation helpful? Give feedback.
-
@zZHorizonZz are you running in native mode? Then you have to mark the pojos as using reflection |
Beta Was this translation helpful? Give feedback.
-
Hi, So I found out what was wrong. I tried running the project on a different machine, but there everything worked exactly as it should. It turned out there was happening something funny in the k8s cluster so I reset the whole cluster and everything works fine. Sorry for bothering you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so I have a multi-module project with multiple graphql services. And since some of these services have shared types, I have one module in which I have these type classes. But quarkus doesn't quite like this because, at the application's startup, I'm getting exceptions for these types. Any idea on how to fix this?
Exceptions:
Beta Was this translation helpful? Give feedback.
All reactions