Home

Awesome

graphql-reflector


A GraphQL reflection library for Java code-first applications.

Overview

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

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