Package | Description |
---|---|
graphql.schema | |
graphql.schema.idl | |
graphql.schema.visibility |
Class and Description |
---|
GraphqlFieldVisibility
This allows you to control the visibility of graphql fields.
|
Class and Description |
---|
GraphqlFieldVisibility
This allows you to control the visibility of graphql fields.
|
Class and 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
|
GraphqlFieldVisibility
This allows you to control the visibility of graphql fields.
|
NoIntrospectionGraphqlFieldVisibility
This field visibility will prevent Introspection queries from being performed.
|
Copyright © 2019. All rights reserved.