Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/punchcafe/punchy-jgraphql

An opinionated Spring Boot Starter built on Java GraphQL. Uses verbose annotating to autowire schema for you.
https://github.com/punchcafe/punchy-jgraphql

Last synced: 19 days ago
JSON representation

An opinionated Spring Boot Starter built on Java GraphQL. Uses verbose annotating to autowire schema for you.

Awesome Lists containing this project

README

        

## Configuring schema files:
add `graphqls` files as a list to the `graphql.punchy.schema-files: graphqls/student.graphqls`
**NOTE:** the file location root is the resources folder, so only list children directories, or the file itself if it's in the resources directory.