Uses of Enum
graphql.introspection.Introspection.TypeKind
Packages that use Introspection.TypeKind
-
Uses of Introspection.TypeKind in graphql
Fields in graphql with type parameters of type Introspection.TypeKindModifier and TypeFieldDescriptionprivate static final Map
<Class<? extends GraphQLType>, Introspection.TypeKind> TypeMismatchError.GraphQLTypeToTypeKindMapping.registry
Methods in graphql that return Introspection.TypeKindModifier and TypeMethodDescriptionstatic Introspection.TypeKind
TypeMismatchError.GraphQLTypeToTypeKindMapping.getTypeKindFromGraphQLType
(GraphQLType type) -
Uses of Introspection.TypeKind in graphql.introspection
Methods in graphql.introspection that return Introspection.TypeKindModifier and TypeMethodDescriptionstatic Introspection.TypeKind
Returns the enum constant of this type with the specified name.static Introspection.TypeKind[]
Introspection.TypeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.