From df192465bbffff08f761aa889a66637cbfdb9bb7 Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Mon, 8 Jul 2019 16:38:24 +1000 Subject: [PATCH] add warning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..e653753d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ + +### Warning +The GraphQL Java tutorial by [@kaqqao](https://github.com/kaqqao) is unfortunately outdated and also uses some third party libraries on top of GraphQL Java, without making it clear that it is actually not GraphQL Java itself. The author is working on an updated version. Meanwhile, our recommend approach can be found [here](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/). + +More information about this issue can be found [here](https://github.com/howtographql/howtographql/issues/913).