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

Commit 75682d8

Browse files
authored
Merge pull request #337 from kijanowski/bugfix/fix-239-make-tracing-level-a-string
fix(): make tracingLevel config value a type of String instead of Boolean to fix #239
2 parents 6ca7598 + 888f940 commit 75682d8

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)