Fix configuration metadata for schema location property

Fixes gh-118
This commit is contained in:
Brian Clozel
2021-08-27 20:39:46 +02:00
parent 625f0b685b
commit 7c58fb90af

View File

@@ -1,7 +1,7 @@
{
"properties": [
{
"name": "spring.graphql.locations",
"name": "spring.graphql.schema.locations",
"defaultValue": "classpath:graphql/"
},
{