Uses of Class
com.predic8.membrane.core.graphql.model.Directive
Packages that use Directive
Package
Description
An implementation of a https://spec.graphql.org/October2021/ parser.
-
Uses of Directive in com.predic8.membrane.core.graphql
Methods in com.predic8.membrane.core.graphql that return types with arguments of type DirectiveModifier and TypeMethodDescriptionParserUtil.parseDirectivesConstOpt(Tokenizer t) ParserUtil.parseDirectivesOpt(Tokenizer tokenizer) -
Uses of Directive in com.predic8.membrane.core.graphql.model
Constructor parameters in com.predic8.membrane.core.graphql.model with type arguments of type DirectiveModifierConstructorDescriptionEnumTypeDefinition(String description, String name, List<Directive> directives, List<EnumValueDefinition> enumValueDefinitions) EnumValueDefinition(String description, EnumValue value, List<Directive> directives) FragmentDefinition(String name, Type condition, List<Directive> directives, List<Selection> selections) FragmentSpread(String fragmentName, List<Directive> directives) InputObjectTypeDefinition(String description, String name, List<Directive> directives, List<InputValueDefinition> inputValueDefinitions) InputValueDefinition(String description, String name, Type type, Value defaultValue, List<Directive> directives) ScalarTypeDefinition(String description, String name, List<Directive> directives) SchemaDefinition(String description, List<Directive> directives, List<RootOperationTypeDefinition> rootOperationTypeDefinitions) UnionTypeDefinition(String description, String name, List<Directive> directives, List<NamedType> unionMemberTypes)