Uses of Enum
graphql.introspection.Introspection.DirectiveLocation
Packages that use Introspection.DirectiveLocation
-
Uses of Introspection.DirectiveLocation in graphql.introspection
Methods in graphql.introspection that return Introspection.DirectiveLocationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Introspection.DirectiveLocation[]
Introspection.DirectiveLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Introspection.DirectiveLocation in graphql.schema
Fields in graphql.schema with type parameters of type Introspection.DirectiveLocationModifier and TypeFieldDescriptionprivate EnumSet
<Introspection.DirectiveLocation> GraphQLDirective.Builder.locations
private final EnumSet
<Introspection.DirectiveLocation> GraphQLDirective.locations
Methods in graphql.schema that return types with arguments of type Introspection.DirectiveLocationMethods in graphql.schema with parameters of type Introspection.DirectiveLocationModifier and TypeMethodDescriptionGraphQLDirective.Builder.validLocation
(Introspection.DirectiveLocation validLocation) GraphQLDirective.Builder.validLocations
(Introspection.DirectiveLocation... validLocations) Constructor parameters in graphql.schema with type arguments of type Introspection.DirectiveLocationModifierConstructorDescriptionprivate
GraphQLDirective
(String name, String description, boolean repeatable, EnumSet<Introspection.DirectiveLocation> locations, List<GraphQLArgument> arguments, DirectiveDefinition definition) -
Uses of Introspection.DirectiveLocation in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type Introspection.DirectiveLocationModifier and TypeMethodDescriptionprivate static List
<Introspection.DirectiveLocation> SchemaGeneratorAppliedDirectiveHelper.buildLocations
(DirectiveDefinition directiveDefinition) Methods in graphql.schema.idl with parameters of type Introspection.DirectiveLocationModifier and TypeMethodDescriptionprivate static Pair
<GraphQLDirective, GraphQLAppliedDirective> SchemaGeneratorAppliedDirectiveHelper.buildAppliedDirective
(SchemaGeneratorHelper.BuildContext buildCtx, Function<Type<?>, GraphQLInputType> inputTypeFactory, Directive directive, Set<GraphQLDirective> directiveDefinitions, Introspection.DirectiveLocation directiveLocation, GraphqlTypeComparatorRegistry comparatorRegistry) (package private) static Pair
<List<GraphQLDirective>, List<GraphQLAppliedDirective>> SchemaGeneratorAppliedDirectiveHelper.buildAppliedDirectives
(SchemaGeneratorHelper.BuildContext buildCtx, Function<Type<?>, GraphQLInputType> inputTypeFactory, List<Directive> directives, List<Directive> extensionDirectives, Introspection.DirectiveLocation directiveLocation, Set<GraphQLDirective> runtimeDirectives, GraphqlTypeComparatorRegistry comparatorRegistry) private void
SchemaTypeDirectivesChecker.checkDirectives
(Introspection.DirectiveLocation expectedLocation, List<GraphQLError> errors, TypeDefinition<?> typeDef) private void
SchemaTypeDirectivesChecker.checkDirectives
(Introspection.DirectiveLocation expectedLocation, List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, Node<?> element, String elementName, List<Directive> directives) private void
SchemaTypeChecker.checkInputValues
(List<GraphQLError> errors, InputObjectTypeDefinition inputType, List<InputValueDefinition> inputValueDefinitions, Introspection.DirectiveLocation directiveLocation, Map<String, DirectiveDefinition> directiveDefinitionMap) private boolean
SchemaTypeDirectivesChecker.inRightLocation
(Introspection.DirectiveLocation expectedLocation, DirectiveDefinition directiveDefinition)