| 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 | Deprecated
This is no longer the best way to prevent Introspection -
Introspection.enabledJvmWide(boolean)
can be used instead |