OrderGrantRefundCreateError
No description
type OrderGrantRefundCreateError {
field: String
message: String
code: OrderGrantRefundCreateErrorCode!
lines: [OrderGrantRefundCreateLineError!]
}
Fields
OrderGrantRefundCreateError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
OrderGrantRefundCreateError.message ● String scalar
The error message.
OrderGrantRefundCreateError.code ● OrderGrantRefundCreateErrorCode! non-null enum
The error code.
OrderGrantRefundCreateError.lines ● [OrderGrantRefundCreateLineError!] list object
List of lines which cause the error.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
Member of
OrderGrantRefundCreate object