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