Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/graphqly/graphql-reflector

A simple GraphQL reflection library for Java code-first applications.
https://github.com/graphqly/graphql-reflector

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

# graphql-reflector

---

A GraphQL reflection library for Java code-first applications.

![](https://img.shields.io/badge/version-0.1.0-brightgreen)

## Overview

Based on [graphql-spqr](https://github.com/leangen/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

```

io.github.graphqly
graphql-reflector
0.1.0-SNAPSHOT

```

## Usage