PromotionDeleteError
No description
type PromotionDeleteError {
field: String
message: String
code: PromotionDeleteErrorCode!
}
Fields
PromotionDeleteError.field
● String
scalar miscellaneous
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 miscellaneous
The error message.
PromotionDeleteError.code
● PromotionDeleteErrorCode!
non-null enum miscellaneous
The error code.
Member Of
PromotionDelete
object