BomInputValidationError
Describes a problem with the provided input (validation error).
type BomInputValidationError implements BomError {
message: String!
path: String
}
Fields
BomInputValidationError.message ● String! non-null scalar
Error message.
BomInputValidationError.path ● String scalar
The path in the input where the validation failed.
Interfaces
BomError interface
A common interface for all errors that might occur in mutations.