https://github.com/jmini/graphql-schema-model
Java model for the GraphQL introspection query
https://github.com/jmini/graphql-schema-model
Last synced: 10 months ago
JSON representation
Java model for the GraphQL introspection query
- Host: GitHub
- URL: https://github.com/jmini/graphql-schema-model
- Owner: jmini
- License: apache-2.0
- Created: 2024-10-01T13:51:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T09:54:49.000Z (12 months ago)
- Last Synced: 2025-07-02T11:12:16.616Z (12 months ago)
- Language: Java
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: graphql-schema-model
:project-name: GraphQL Schema model
:branch: main
:twitter-handle: j2r2b
:license: http://www.apache.org/licenses/LICENSE-2.0
:license-name: Apache 2.0 License
:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}/
:issues: https://github.com/{git-repository}/issues
//end::vardef[]
//tag::header[]
= {project-name}
Jeremie Bresson
This library contains the java model representing the response returned by a GraphQL server to the introspection query used to get the GraphQL Schema.
It does not contain a parser for a schema written using the schema definition language (or SDL).
//end::header[]
== Project Homepage
Visit the link:{homepage}[project home page] to know more this project.
//tag::contact-section[]
== Get in touch
Use the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license}[{license-name}]
//end::license-section[]