Skip to content

Commit 25fc611

Browse files
committed
Add Spring for GraphQL
1 parent 17571b5 commit 25fc611

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Awesome graphql-java [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22

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

7+
## Official Spring integration
8+
9+
* [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.
10+
711
## Examples
812

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

0 commit comments

Comments
 (0)