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 TypeKindTypeKind.getTypeKind(TypeDefinition def) static TypeKindReturns 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) TypeKindDiffEvent.Builder.typeOfTypeprivate final TypeKindDiffEvent.typeOfTypeMethods 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