Uses of Enum
graphql.language.TypeKind
Packages that use TypeKind
-
Uses of TypeKind in graphql.language
Methods in graphql.language that return TypeKindModifier and TypeMethodDescriptionstatic TypeKind
TypeKind.getTypeKind
(TypeDefinition def) static TypeKind
Returns the enum constant of this type with the specified name.static TypeKind[]
TypeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeKind in graphql.schema.diff
Fields in graphql.schema.diff declared as TypeKindModifier and TypeFieldDescription(package private) TypeKind
DiffEvent.Builder.typeOfType
private final TypeKind
DiffEvent.typeOfType
Methods in graphql.schema.diff that return TypeKindMethods in graphql.schema.diff with parameters of type TypeKindModifier and TypeMethodDescriptionConstructors in graphql.schema.diff with parameters of type TypeKind