Package graphql

Class GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig

java.lang.Object
graphql.GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig
Enclosing class:
GraphQLUnusualConfiguration

public static class GraphQLUnusualConfiguration.GoodFaithIntrospectionConfig extends Object
  • Field Details

  • Method Details

    • 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
    • then

      Returns:
      an element that allows you to chain multiple configuration elements