Package graphql.schema.visibility
-
Interface Summary Interface Description GraphqlFieldVisibility This allows you to control the visibility of graphql fields. -
Class Summary Class Description BlockedFields This helper class will take a list of regular expressions and match them against the fully qualified name of a type and its fields.BlockedFields.Builder DefaultGraphqlFieldVisibility The default field visibility of graphql-java is that everything is visibleNoIntrospectionGraphqlFieldVisibility Deprecated. This is no longer the best way to prevent Introspection -Introspection.enabledJvmWide(boolean)
can be used instead