Build Relay-compliant graphql schema #2159
Answered
by
jmartisk
Andrej-Peplinski
asked this question in
Q&A
-
After search the documentation it is not clear to me if I can use smallrye-graphql to build a relay-compliant graphql server. So could you please tell me if that is possible and how? |
Beta Was this translation helpful? Give feedback.
Answered by
jmartisk
Aug 26, 2024
Replies: 1 comment 3 replies
-
AFAIU, relay is a JavaScript GraphQL client lib. After my quick look, I didn't see any special GraphQL features it relies on. It should be straight forward to use smallrye-graphql to produce any GraphQL queries and mutations that you want to consume. If you have more specific questions, please ask them! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry I haven't tried that. But if you try, please share any findings, some best practices might be useful for the documentation.
Or, given the graphql-java support, we may try to figure out if that can be integrated on our side