Skip to content

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

Notifications You must be signed in to change notification settings

graphqly/graphql-reflector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages