BomError
A common interface for all errors that might occur in mutations.
interface BomError {
message: String!
}
Fields
BomError.message ● String! non-null scalar
Error message.
A common interface for all errors that might occur in mutations.
interface BomError {
message: String!
}
BomError.message ● String! non-null scalarError message.