/graphql-reflector

A simple GraphQL reflection library for Java code-first applications.

Primary LanguageJava

graphql-reflector


A GraphQL reflection library for Java code-first applications.

Overview

Based on graphql-spqr, this library supports additional reflecting features including:

  • default values in input structures
  • method prototypes: this will make writing Java-based GraphQL clients easier.

Installation

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>

Usage