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

Commit 888f940

Browse files
committed
fix(): make tracingLevel config value a type of String instead of Boolean to fix #239
1 parent 08395c9 commit 888f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"name": "graphql.servlet.tracingEnabled",
3535
"defaultValue": false,
36-
"type": "java.lang.Boolean"
36+
"type": "java.lang.String"
3737
},
3838
{
3939
"name": "graphql.servlet.maxQueryComplexity",

0 commit comments

Comments
 (0)