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

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

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[]