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
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)