Uses of Class
graphql.schema.validation.SchemaValidationErrorType
-
Packages that use SchemaValidationErrorType Package Description graphql.schema.validation -
-
Uses of SchemaValidationErrorType in graphql.schema.validation
Methods in graphql.schema.validation that return SchemaValidationErrorType Modifier and Type Method Description static SchemaValidationErrorType
SchemaValidationErrorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaValidationErrorType[]
SchemaValidationErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.schema.validation with parameters of type SchemaValidationErrorType Modifier and Type Method Description boolean
SchemaValidationErrorCollector. containsValidationError(SchemaValidationErrorType validationErrorType)
Constructors in graphql.schema.validation with parameters of type SchemaValidationErrorType Constructor Description SchemaValidationError(SchemaValidationErrorType errorClassification, java.lang.String description)
-