ReleaseOrderInput
Autogenerated input type of ReleaseOrder
input ReleaseOrderInput {
clientMutationId: String
orderId: ID!
releaseReason: String
}
Fields
ReleaseOrderInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ReleaseOrderInput.orderId ● ID! non-null scalar
ReleaseOrderInput.releaseReason ● String scalar
The reason why the order is being released.
Member Of
releaseOrder mutation