Uses of Enum
graphql.validation.ValidationErrorType
Packages that use ValidationErrorType
-
Uses of ValidationErrorType in graphql.validation
Methods in graphql.validation that return ValidationErrorTypeModifier and TypeMethodDescriptionstatic ValidationErrorType
Returns the enum constant of this type with the specified name.static ValidationErrorType[]
ValidationErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.validation with parameters of type ValidationErrorTypeModifier and TypeMethodDescriptionvoid
AbstractRule.addError
(ValidationErrorType validationErrorType, SourceLocation location, String description) void
AbstractRule.addError
(ValidationErrorType validationErrorType, Collection<? extends Node<?>> locations, String description) boolean
ValidationErrorCollector.containsValidationError
(ValidationErrorType validationErrorType) boolean
ValidationErrorCollector.containsValidationError
(ValidationErrorType validationErrorType, String description) AbstractRule.i18n
(ValidationErrorType validationErrorType, I18nMsg i18nMsg) Creates an I18n message using theI18nMsg
AbstractRule.i18n
(ValidationErrorType validationErrorType, String msgKey, Object... msgArgs) Creates an I18N message using the key and argumentsprivate String
AbstractRule.mkTypeAndPath
(ValidationErrorType validationErrorType) Constructors in graphql.validation with parameters of type ValidationErrorTypeModifierConstructorDescriptionValidationError
(ValidationErrorType validationErrorType, SourceLocation sourceLocation, String description, List<String> queryPath) Deprecated.ValidationError
(ValidationErrorType validationErrorType, List<SourceLocation> sourceLocations, String description) Deprecated.ValidationError
(ValidationErrorType validationErrorType, List<SourceLocation> sourceLocations, String description, List<String> queryPath) Deprecated.