Skip to content

Commit 16209d8

Browse files
authored
Merge pull request #57 from schauder/fix-schema-location
Correct location of schema in README.
2 parents 43f9e34 + ec9f3dd commit 16209d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repositories {
7272
</repositories>
7373
```
7474

75-
You can now add a GraphQL schema in `src/main/resources/schema.graphqls` such as:
75+
You can now add a GraphQL schema in `src/main/resources/graphql/schema.graphqls` such as:
7676

7777
```
7878
type Query {

0 commit comments

Comments
 (0)