Uses of Interface
com.graphql_java_generator.plugin.language.AppliedDirective
Packages that use 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
Fields in com.graphql_java_generator.plugin with type parameters of type AppliedDirectiveModifier 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
Methods in com.graphql_java_generator.plugin.language that return types with arguments of type AppliedDirectiveModifier 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
Classes in com.graphql_java_generator.plugin.language.impl that implement AppliedDirective