OrderError
No description
type OrderError {
field: String!
reason: String!
}
Fields
OrderError.field
● String!
non-null scalar
The field that has the error
OrderError.reason
● String!
non-null scalar
The reason for the error
Member Of
Order
object