Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Added deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
stojsavljevic authored Apr 24, 2024
1 parent 155faa9 commit b1cb232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# PROJECT MOVED TO https://github.com/stojsavljevic/spring-graphql-examples

# GraphQL support in Spring ![build status](https://github.com/stojsavljevic/graphql-spring-examples/actions/workflows/maven.yml/badge.svg)

This project demonstrates 3 different Spring implementations of GraphQL protocol: [Netflix DGS](https://github.com/Netflix/dgs-framework), [Java Kickstart](https://github.com/graphql-java-kickstart/graphql-spring-boot) and [Spring for GraphQL](https://github.com/spring-projects/spring-graphql). Every implementation is in its own module and they all share the same GraphQL schema and fetch data using common class. Security configuration is also the same. Every module is covered with integration tests.
Expand Down Expand Up @@ -69,4 +71,4 @@ mutation {
}
}
}
```
```

0 comments on commit b1cb232

Please sign in to comment.