Uses of Interface
com.graphql_java_generator.plugin.language.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
Modifier and TypeFieldDescriptionDocumentParser.directives
List of all the directives that have been read in the GraphQL schemaModifier 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
-
Uses of Directive in com.graphql_java_generator.plugin.language.impl