Correct location of schema in README.

This commit is contained in:
Jens Schauder
2021-06-16 11:22:19 +02:00
parent 43f9e34c81
commit ec9f3dd310

View File

@@ -72,7 +72,7 @@ repositories {
</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 {