-
- All Implemented Interfaces:
-
com.apollographql.apollo.api.EnumValue,java.io.Serializable,kotlin.Comparable
public enum __TypeKind extends Enum<__TypeKind> implements EnumValue
An enum describing what kind of type a given __Type is
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class__TypeKind.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN__Auto generated constant for unknown enum values
NON_NULLIndicates this type is a non-null.
ofTypeis a valid field.LISTIndicates this type is a list.
ofTypeis a valid field.INPUT_OBJECTIndicates this type is an input object.
inputFieldsis a valid field.ENUMIndicates this type is an enum.
enumValuesis a valid field.UNIONIndicates this type is a union.
possibleTypesis a valid field.INTERFACEIndicates this type is an interface.
fieldsandpossibleTypesare valid fields.OBJECTIndicates this type is an object.
fieldsandinterfacesare valid fields.SCALARIndicates this type is a scalar.
-
Method Summary
Modifier and Type Method Description StringgetRawValue()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getRawValue
String getRawValue()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-