smallrye-graphql icon indicating copy to clipboard operation
smallrye-graphql copied to clipboard

Sample GraphQL code in Quarkus starter

Open t1 opened this issue 4 years ago • 0 comments

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.

t1 avatar Aug 21 '21 05:08 t1