From 5113cf38c818a180ddc9f083e3017bfbb58397df Mon Sep 17 00:00:00 2001 From: devopsix <58369032+devopsix@users.noreply.github.com> Date: Fri, 1 Jan 2021 21:01:18 +0100 Subject: [PATCH] Describe use of graphql-kickstart-spring-boot-starter-graphql-annotations dependency. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c0913d2..f48ed9ee 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,9 @@ the classpath. Use the `schemaLocationPattern` property to customize this patter https://github.com/Enigmatis/graphql-java-annotations +The GraphQL Annotations library is used instead of GraphQL Java Tools if the `graphql-spring-boot-starter` +dependency is replaced by `graphql-kickstart-spring-boot-starter-graphql-annotations`. + The schema will be built using the GraphQL Annotations library in a code-first approach - instead of writing it manually, the schema will be constructed based on the Java code. Please see the documentation of the GraphQL Annotations library for a detailed documentation of the available