Uses of Interface
com.graphql_java_generator.plugin.language.Directive
Packages that use Directive
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of Directive in com.graphql_java_generator.plugin
Fields in com.graphql_java_generator.plugin with type parameters of type DirectiveModifier and TypeFieldDescriptionDocumentParser.directives
List of all the directives that have been read in the GraphQL schemaMethods in com.graphql_java_generator.plugin that return DirectiveModifier and TypeMethodDescriptionDocumentParser.getDirectiveDefinition
(String name) DocumentParser.readDirectiveDefinition
(graphql.language.DirectiveDefinition node) Reads a directive definition, and stores its informations into theDirectiveImpl
for further processing -
Uses of Directive in com.graphql_java_generator.plugin.language
Methods in com.graphql_java_generator.plugin.language that return Directive -
Uses of Directive in com.graphql_java_generator.plugin.language.impl
Classes in com.graphql_java_generator.plugin.language.impl that implement Directive