OrderWithdrawalEdge
No description
type OrderWithdrawalEdge {
cursor: String!
node: OrderWithdrawal!
}
Fields
cursor ● String!
The pagination cursor for this edge
node ● OrderWithdrawal!
The withdrawal in this edge
Example
{
"node": {
"id": 3312,
"orderId": 10341,
"status": "NEW",
"comment": "Changed my mind about the purchase",
"createdAt": "2024-05-03T11:52:33Z",
"updatedAt": "2024-05-03T11:52:33Z",
"rows": [
{
"orderRowId": 23422
}
]
}
}