From b1cb232d646e6d81970e3f27b75b411b4a81581c Mon Sep 17 00:00:00 2001 From: Aleksandar Stojsavljevic Date: Wed, 24 Apr 2024 18:44:11 +0200 Subject: [PATCH] Added deprecation notice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb9f055..85ffe06 100644 --- a/README.md +++ b/README.md @@ -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. @@ -69,4 +71,4 @@ mutation { } } } -``` \ No newline at end of file +```