PromotionCreateError
No description
type PromotionCreateError {
field: String
message: String
code: PromotionCreateErrorCode!
index: Int
}
Fields
PromotionCreateError.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.
PromotionCreateError.message
● String
scalar
The error message.
PromotionCreateError.code
● PromotionCreateErrorCode!
non-null enum
The error code.
PromotionCreateError.index
● Int
scalar
Index of an input list item that caused the error.
Member of
PromotionCreate
object