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: 3 months ago
JSON representation
A simple GraphQL reflection library for Java code-first applications.
- Host: GitHub
- URL: https://github.com/graphqly/graphql-reflector
- Owner: graphqly
- Created: 2020-02-02T10:52:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T13:48:38.000Z (5 months ago)
- Last Synced: 2024-06-25T15:18:11.025Z (5 months ago)
- Language: Java
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-graphql-java - graphql-reflector - first applications. (Schema Libraries / Code First)
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