Closed CelsoSantos closed 4 years ago
This is most likely caused by mismatched dependency versions: your AbstractGraphQLHttpServlet expects a different version of graphql.ExecutionInput$Builder. I would check the transitive dependencies on graphql-java of rejoiner and the library containing AbstractGraphQLHttpServlet.
Guess I was missing the SNAPSHOT repository..don't know how it even compiled
Hello,
I've been taking Rejoiner out for a test-drive because we expose public-facing GraphQL APIs but our back-end services talk in gRPC. Rejoiner seemed like the perfect fit in the process to reduce the effort required to develop the services providing a way to write protos and still get GraphQL.
I managed to get it to a compiling and runnable state, however, I'm getting errors when asking for any data, more specifically, I'm getting the following error:
This happens when querying any data, including
/graphql/schema.json
.I'd like to add that it's very hard to understand what must be done in order to get Rejoiner to work as there isn't a lot of documentation available or even enough examples. I'm also using version 0.4 or Rejoiner which I'm not entirely sure if it's ready since it's not available under the Releases page.
Overall, as a developer, I find the whole experience overwhelming. I'd like to see it simplified.
I'd also like to question, what is the opinion on the maturity of Rejoiner, as in, is it something under development and should not be used in production platforms or if it is generally considered mature.
BR