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 TypeKindTypeKind. getTypeKind(TypeDefinition def)static TypeKindTypeKind. 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) TypeKindDiffEvent.Builder. typeOfTypeprivate TypeKindDiffEvent. typeOfTypeMethods in graphql.schema.diff that return TypeKind Modifier and Type Method Description TypeKindDiffEvent. getTypeKind()Methods in graphql.schema.diff with parameters of type TypeKind Modifier and Type Method Description DiffEvent.BuilderDiffEvent.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)
-