Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.6 KB

File metadata and controls

67 lines (44 loc) · 1.6 KB

Welcome to graphql-java

graphql-java-logo

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

Status: Version 9.0 is released.

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
    data_fetching
    data_mapping
    fieldselection
    scalars
    subscriptions
    defer
    exceptions
    sdldirecives
    batching
    instrumentation
    relay
    logging
    concerns
    contributions