Interface | Description |
---|---|
GraphqlFieldVisibility |
This allows you to control the visibility of graphql fields.
|
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 visible
|
NoIntrospectionGraphqlFieldVisibility |
This field visibility will prevent Introspection queries from being performed.
|