Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphql-java/graphql-java
GraphQL Java implementation
https://github.com/graphql-java/graphql-java
graphql graphql-java java
Last synced: 3 days ago
JSON representation
GraphQL Java implementation
- Host: GitHub
- URL: https://github.com/graphql-java/graphql-java
- Owner: graphql-java
- License: mit
- Created: 2015-07-06T06:52:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T03:06:36.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:45.461Z (about 1 month ago)
- Topics: graphql, graphql-java, java
- Language: Java
- Homepage: https://graphql-java.com
- Size: 14.7 MB
- Stars: 6,112
- Watchers: 208
- Forks: 1,117
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - graphql-java - GraphQL Java implementation (Java)
- awesome-graphql - graphql-java - GraphQL Java implementation. (Libraries / Java Libraries)
- awesome-ccamel - graphql-java/graphql-java - GraphQL Java implementation (Java)
- awesome-graphql - graphql-java - GraphQL Java implementation. (Libraries / Java Libraries)
- my-awesome - graphql-java/graphql-java - java,java pushed_at:2024-12 star:6.1k fork:1.1k GraphQL Java implementation (Java)
README
# GraphQL Java
Discuss and ask questions in our Discussions: https://github.com/graphql-java/graphql-java/discussions
This is a [GraphQL](https://github.com/graphql/graphql-spec) Java implementation.
Latest build in Maven central: https://repo1.maven.org/maven2/com/graphql-java/graphql-java/
[![Build](https://github.com/graphql-java/graphql-java/actions/workflows/master.yml/badge.svg)](https://github.com/graphql-java/graphql-java/actions/workflows/master.yml)
[![Latest Release](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?versionPrefix=22.)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/)
[![Latest Snapshot](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?label=maven-central%20snapshot&versionPrefix=0)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/)
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java/blob/master/LICENSE.md)### Documentation
The GraphQL Java book, from the maintainers: [GraphQL with Java and Spring](https://leanpub.com/graphql-java/)
See our tutorial for beginners: [Getting started with GraphQL Java and Spring Boot](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/)
For further details, please see the documentation: https://www.graphql-java.com/documentation/getting-started
If you're looking to learn more, we (the maintainers) have written a book! [GraphQL with Java and Spring](https://leanpub.com/graphql-java) includes everything you need to know to build a production ready GraphQL service. The book is available on [Leanpub](https://leanpub.com/graphql-java) and [Amazon](https://www.amazon.com/GraphQL-Java-Spring-Andreas-Marek-ebook/dp/B0C96ZYWPF/).
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.### License
Copyright (c) 2015, Andreas Marek and [Contributors](https://github.com/graphql-java/graphql-java/graphs/contributors)
### Supported by