Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seems very complicated compared to the spring boot graphql #65

Closed
xenoterracide opened this issue May 29, 2020 · 1 comment
Closed

seems very complicated compared to the spring boot graphql #65

xenoterracide opened this issue May 29, 2020 · 1 comment

Comments

@xenoterracide
Copy link

https://github.com/apollographql/federation-jvm/blob/master/spring-example/src/main/java/com/apollographql/federation/springexample/InventorySchemaProvider.java

why is all this needed when the spring boot graphql module loads your .graphqls files out of the box and maps them to components, I could be wrong, but I suspect that a cleaner, magicker layer that integrates better could be provided.

@dariuszkuc
Copy link
Member

Hello 👋
Libraries provided as part of federation-jvm project are a low level libraries for transforming GraphQL schemas to make them federation compatible. Higher level frameworks/libraries would abstract away the low level logic and provide simpler integrations. This is exactly the same behavior as with graphql-java and higher level frameworks like Spring GraphQL, Netflix DGS or GraphQL Java Kickstart.

Checkout below projects for example Federation JVM integrations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants