Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.39 KB

File metadata and controls

53 lines (30 loc) · 1.39 KB

Welcome to graphql-java

This is a GraphQL Java implementation based on the specification and the JavaScript reference implementation.

Status: Version 3.0.0 is released.

The versioning follows Semantic Versioning since 2.0.0.

Make sure to check out the awesome related projects built on graphql-java.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project (commenting or opening PR/Issues etc) you are agreeing to follow this conduct, so please take the time to read it.

Questions and discussions

If you have a question or want to discuss anything else related to this project:

License

graphql-java is licensed under the MIT License.

.. toctree::
    :maxdepth: 1
    :caption: Documentation

    Home <self>
    getting_started
    schema
    execution
    relay
    logging
    contributions