smallrye-graphql
smallrye-graphql copied to clipboard
Sample GraphQL code in Quarkus starter
The MicroProfile starter generates some GraphQL server code, while the Quarkus starter doesn't. And it should include a test using the typesafe client. Maybe it would be possible to reduce the GraphQL client dependency to test scope, if it's not explicitly selected.