Skip to content

Commit

Permalink
Add Spring for GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dondonz committed Jan 30, 2023
1 parent 17571b5 commit 25fc611
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Awesome graphql-java [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

>Libraries and projectes related to [graphql-java](https://github.com/graphql-java/graphql-java)
>Libraries and projects related to [graphql-java](https://github.com/graphql-java/graphql-java)
*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.*

## Official Spring integration

* [Spring for GraphQL](https://spring.io/projects/spring-graphql) is the official Spring integration for GraphQL, built on GraphQL Java. See the [getting started tutorial](https://spring.io/guides/gs/graphql-server/) for how to build a GraphQL service in 15 minutes.

## Examples

* [todomvc-relay-java](https://github.com/graphql-java/todomvc-relay-java): Port of the Relay TodoMVC example to a java backend
Expand Down

0 comments on commit 25fc611

Please sign in to comment.