Uses of Class
graphql.language.TypeKind
-
Packages that use TypeKind Package Description graphql.language graphql.schema.diff -
-
Uses of TypeKind in graphql.language
Methods in graphql.language that return TypeKind Modifier and Type Method Description static TypeKind
TypeKind. getTypeKind(TypeDefinition def)
static TypeKind
TypeKind. valueOf(java.lang.String name)
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 TypeKind Modifier and Type Field Description (package private) TypeKind
DiffEvent.Builder. typeOfType
private TypeKind
DiffEvent. typeOfType
Methods in graphql.schema.diff that return TypeKind Modifier and Type Method Description TypeKind
DiffEvent. getTypeKind()
Methods in graphql.schema.diff with parameters of type TypeKind Modifier and Type Method Description DiffEvent.Builder
DiffEvent.Builder. typeKind(TypeKind typeOfType)
Constructors in graphql.schema.diff with parameters of type TypeKind Constructor Description DiffEvent(DiffLevel level, DiffCategory category, java.lang.String typeName, java.lang.String fieldName, TypeKind typeOfType, java.lang.String reasonMsg, java.util.List<java.lang.String> components)
-