Uses of Enum
graphql.introspection.Introspection.DirectiveLocation
Packages that use Introspection.DirectiveLocation
-
Uses of Introspection.DirectiveLocation in graphql.introspection
Subclasses with type arguments of type Introspection.DirectiveLocation in graphql.introspectionMethods 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.locationsprivate final EnumSet<Introspection.DirectiveLocation> GraphQLDirective.locationsMethods 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.DirectiveLocationModifierConstructorDescriptionprivateGraphQLDirective(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 voidSchemaTypeDirectivesChecker.checkDirectives(Introspection.DirectiveLocation expectedLocation, List<GraphQLError> errors, TypeDefinition<?> typeDef) private voidSchemaTypeDirectivesChecker.checkDirectives(Introspection.DirectiveLocation expectedLocation, List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, Node<?> element, String elementName, List<Directive> directives) private voidSchemaTypeChecker.checkInputValues(List<GraphQLError> errors, InputObjectTypeDefinition inputType, List<InputValueDefinition> inputValueDefinitions, Introspection.DirectiveLocation directiveLocation, Map<String, DirectiveDefinition> directiveDefinitionMap) private booleanSchemaTypeDirectivesChecker.inRightLocation(Introspection.DirectiveLocation expectedLocation, DirectiveDefinition directiveDefinition)