# graphql-java **Repository Path**: mirrors_HubSpot/graphql-java ## Basic Information - **Project Name**: graphql-java - **Description**: GraphQL Java implementation - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # graphql-java [![Join the chat at https://gitter.im/graphql-java/graphql-java](https://badges.gitter.im/graphql-java/graphql-java.svg)](https://gitter.im/graphql-java/graphql-java?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This is a [GraphQL](https://github.com/facebook/graphql) Java implementation. [![Build Status](https://travis-ci.org/graphql-java/graphql-java.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java) [![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/) [![Latest Dev Build](https://api.bintray.com/packages/andimarek/graphql-java/graphql-java/images/download.svg)](https://bintray.com/andimarek/graphql-java/graphql-java/_latestVersion) ### Documentation For details how to use `graphql-java` please look at the documentation: http://graphql-java.readthedocs.io/ Please take a look at our [list of releases](https://github.com/graphql-java/graphql-java/releases) if you want to learn more about new releases and the changelog. ### Code of Conduct Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). 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. ### Acknowledgment This implementation is based on the [js reference implementation](https://github.com/graphql/graphql-js). For example the StarWarSchema and the tests (among a lot of other things) are simply adapted to the Java world. ### License graphql-java is licensed under the MIT License. See [LICENSE](LICENSE.md) for details. Copyright (c) 2015, Andreas Marek and [Contributors](https://github.com/graphql-java/graphql-java/graphs/contributors) [graphql-js License](https://github.com/graphql/graphql-js/blob/master/LICENSE)