Class Directives
java.lang.Object
graphql.Directives
The directives that are understood by graphql-java
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DirectiveDefinitionstatic final GraphQLDirectiveThe "deprecated" directive is special and is always available in a graphql schemastatic final GraphQLDirectivestatic final Stringstatic final DirectiveDefinitionstatic final GraphQLDirectivestatic final GraphQLDirectivestatic final DirectiveDefinitionstatic final GraphQLDirectiveThe "specifiedBy" directive allows to provide a specification URL for a Scalar -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-