Uses of Enum
graphql.schema.diff.DiffCategory
Packages that use DiffCategory
-
Uses of DiffCategory in graphql.schema.diff
Fields in graphql.schema.diff declared as DiffCategoryModifier and TypeFieldDescription(package private) DiffCategory
DiffEvent.Builder.category
private final DiffCategory
DiffEvent.category
Methods in graphql.schema.diff that return DiffCategoryModifier and TypeMethodDescription(package private) DiffCategory
SchemaDiff.checkTypeWithNonNullAndListOnInputOrArg
(Type oldType, Type newType) (package private) DiffCategory
SchemaDiff.checkTypeWithNonNullAndListOnObjectOrInterface
(Type oldType, Type newType) DiffEvent.getCategory()
static DiffCategory
Returns the enum constant of this type with the specified name.static DiffCategory[]
DiffCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.schema.diff with parameters of type DiffCategoryConstructors in graphql.schema.diff with parameters of type DiffCategory