Package graphql
Class GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig
java.lang.Object
graphql.GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig
- Enclosing class:
GraphQLUnusualConfiguration
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionenabledJvmWide
(boolean enabled) This allows you to disable good faith introspection, which is on by default.boolean
then()
-
Field Details
-
configuration
-
-
Method Details
-
isEnabledJvmWide
public boolean isEnabledJvmWide()- Returns:
- true if good faith introspection is enabled
-
enabledJvmWide
This allows you to disable good faith introspection, which is on by default.- Parameters:
enabled
- the desired state- Returns:
- the previous state
-
then
- Returns:
- an element that allows you to chain multiple configuration elements
-