From ec9f3dd3107808d5c5a9e763e708765bd8173e55 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 16 Jun 2021 11:22:19 +0200 Subject: [PATCH] Correct location of schema in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffebb33..e74c5b95 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ repositories { ``` -You can now add a GraphQL schema in `src/main/resources/schema.graphqls` such as: +You can now add a GraphQL schema in `src/main/resources/graphql/schema.graphqls` such as: ``` type Query {