Uses of Interface
com.graphql_java_generator.plugin.language.AppliedDirective
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of AppliedDirective in com.graphql_java_generator.plugin
Modifier and TypeFieldDescriptionprotected List<AppliedDirective>
DocumentParser.schemaDirectives
List of the directives that have declared for theschema
in the GraphQL schema -
Uses of AppliedDirective in com.graphql_java_generator.plugin.language
Modifier and TypeMethodDescriptionEnumValue.getAppliedDirectives()
Returns the list of directives that have been defined for this field, in the GraphQL schemaField.getAppliedDirectives()
Returns the list of directives that have been defined for this field, in the GraphQL schemaType.getAppliedDirectives()
Returns the list of directives that have been defined for this type, in the GraphQL schema -
Uses of AppliedDirective in com.graphql_java_generator.plugin.language.impl