Uses of Enum
graphql.schema.validation.SchemaValidationErrorType
Packages that use SchemaValidationErrorType
-
Uses of SchemaValidationErrorType in graphql.schema.validation
Methods in graphql.schema.validation that return SchemaValidationErrorTypeModifier and TypeMethodDescriptionstatic SchemaValidationErrorTypeReturns 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 SchemaValidationErrorTypeModifier and TypeMethodDescriptionbooleanSchemaValidationErrorCollector.containsValidationError(SchemaValidationErrorType validationErrorType) Constructors in graphql.schema.validation with parameters of type SchemaValidationErrorTypeModifierConstructorDescriptionSchemaValidationError(SchemaValidationErrorType errorClassification, String description)