Package graphql
Class GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig
- java.lang.Object
-
- graphql.GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig
-
- Enclosing class:
- GraphQLUnusualConfiguration
public static class GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig
enabledJvmWide(boolean enabled)
This allows you to disable good faith introspection, which is on by default.boolean
isEnabledJvmWide()
-
-
-
Method Detail
-
isEnabledJvmWide
public boolean isEnabledJvmWide()
- Returns:
- true if good faith introspection is enabled
-
enabledJvmWide
public GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig enabledJvmWide(boolean enabled)
This allows you to disable good faith introspection, which is on by default.- Parameters:
enabled
- the desired state- Returns:
- the previous state
-
-