Merge pull request #57 from schauder/fix-schema-location

Correct location of schema in README.
This commit is contained in:
Brian Clozel
2021-06-16 11:58:58 +02:00
committed by GitHub

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 {