Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/punchcafe/punchy-jgraphql
- Owner: punchcafe
- Created: 2020-05-28T20:38:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T19:51:55.000Z (over 4 years ago)
- Last Synced: 2024-10-27T23:38:41.513Z (2 months ago)
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.