JacobMountain / graphql-java-client

A Java GraphQL client annotation processor, generate a client class from a GraphQL schema file, and a Java interface
https://jacobmountain.github.io/graphql-java-client/#/
MIT License
1 stars 0 forks source link

Create a spring-graphql-client library #21

Open JacobMountain opened 3 years ago

JacobMountain commented 3 years ago

It would be good to move some of the code out of the example-client. Possible candidates for this are:

JacobMountain commented 3 years ago

Also need to figure out how to properly handle the TypeReference/ParameterizedTypeReferences that spring uses internally to deserialize to the generated response classes.