GraphQL-Java-Tools and Spring for GraphQL #728
Unanswered
tedepstein
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@oliemansm, I have to admit that I was very sad to see that the spring boot project has been archived. I've found it to be so much easier to use than the solution provided by Spring and wished it would keep going (and I do hope that you'll reconsider its archival). That said, it would be nice if we could continue to use this library with Spring's official GraphQL libs. If the plan is to keep this project alive, could we get some example of how we might be able to integrate this lib with the official Spring libs? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the Spring for GraphQL docs for the first time, I don't see any mention of GraphQL-Java-Tools, and I don't see Resolvers and Schema type bindings in the GraphQL-Java-Tools style.
But Spring for GraphQL seems to have come up with its own mechanisms for schema-bound classes, and it provides some abstractions over DataFetchers, possibly similar to Resolvers, but I have not read deeply enough to know.
Has anyone thought about whether Spring for GraphQL, intentionally or not, replaces or overlaps with GraphQL-Java-Tools? If GraphQL-Java-Tools offers something important that is not covered by Spring for GraphQL, is there any thought as to how one might integrate GraphQL-Java-Tools into a Spring for GraphQL service?
Beta Was this translation helpful? Give feedback.
All reactions