A GraphQL reflection library for Java code-first applications.
Based on graphql-spqr, this library supports additional reflecting features including:
- default values in
inputstructures - method prototypes: this will make writing Java-based GraphQL clients easier.
Please add graphql-reflector to your Maven projects
<dependency> <groupId>io.github.graphqly</groupId> <artifactId>graphql-reflector</artifactId> <version>0.1.0-SNAPSHOT</version> </dependency>