orderGrantRefundUpdate
Updates granted refund.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
orderGrantRefundUpdate(
id: ID!
input: OrderGrantRefundUpdateInput!
): OrderGrantRefundUpdate
Arguments
orderGrantRefundUpdate.id
● ID!
non-null scalar miscellaneous
ID of the granted refund.
orderGrantRefundUpdate.input
● OrderGrantRefundUpdateInput!
non-null input orders
Fields required to update a granted refund.
Type
OrderGrantRefundUpdate
object orders
Updates granted refund.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.