This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Deprecated introspectionEnabled but new property not accepted #402
Closed
Description
I am on graphql-spring-boot-autoconfigure
version 7.0.1
. I suddenly see that graphql.tools.introspection-enabled
is deprecated. The new property is graphql.tools.schema-parser-options.introspection-enabled
but springboot can't find it neither is it accepted.
Can anybody point me to what am I doing wrong?
And because of this, I had managed to turn off introspection logging, now that's back on polluting the entire console. I have both the properties in my project and I don't know which ones working.