Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 612ce65

Browse files
fix: add missing auto-complete support for graphql.playground.enabled
This property was missing from additional spring configuration metadata.
1 parent 0f948f8 commit 612ce65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

playground-spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"name": "graphql.playground.mapping",
55
"defaultValue": "/playground",
66
"type": "java.lang.String"
7+
},
8+
{
9+
"name": "graphql.playground.enabled",
10+
"defaultValue": true,
11+
"type": "java.lang.Boolean"
712
}
813
]
914
}

0 commit comments

Comments
 (0)