PromotionDeleteError
No description
type PromotionDeleteError {
field: String
message: String
code: PromotionDeleteErrorCode!
}
Fields
PromotionDeleteError.field
● String
scalar
Name of a field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
PromotionDeleteError.message
● String
scalar
The error message.