# graphql-java **Repository Path**: smallpapertiger/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**: 1 - **Forks**: 0 - **Created**: 2020-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # graphql-java Join our spectrum chat: [Spectrum GraphQL Java](https://spectrum.chat/graphql-java) 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 We have a tutorial for beginners: [Getting started with GraphQL Java and Spring Boot](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/) For details how to use `graphql-java` please look at the documentation: https://www.graphql-java.com/documentation 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)