Package graphql
Class Directives
java.lang.Object
graphql.Directives
The directives that are understood by graphql-java
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
static final DirectiveDefinition
static final GraphQLDirective
The "deprecated" directive is special and is always available in a graphql schemastatic final GraphQLDirective
static final String
private static final String
static final DirectiveDefinition
static final GraphQLDirective
static final GraphQLDirective
private static final String
static final DirectiveDefinition
static final GraphQLDirective
The "specifiedBy" directive allows to provide a specification URL for a Scalar -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SPECIFIED_BY
- See Also:
-
DEPRECATED
- See Also:
-
ONE_OF
- See Also:
-
NO_LONGER_SUPPORTED
- See Also:
-
DEPRECATED_DIRECTIVE_DEFINITION
-
SPECIFIED_BY_DIRECTIVE_DEFINITION
-
ONE_OF_DIRECTIVE_DEFINITION
-
IncludeDirective
-
SkipDirective
-
DeprecatedDirective
The "deprecated" directive is special and is always available in a graphql schemaSee https://graphql.github.io/graphql-spec/June2018/#sec--deprecated
-
SpecifiedByDirective
The "specifiedBy" directive allows to provide a specification URL for a Scalar -
OneOfDirective
-
-
Constructor Details
-
Directives
public Directives()
-
-
Method Details
-
createDescription
-