INPUT_OBJECT
ClickAndCollectStatusUpdateMutationInput
Autogenerated input type of ClickAndCollectStatusUpdateMutation
link GraphQL Schema definition
- input ClickAndCollectStatusUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the invoice to be updated
- ID! :
- # Current status that the invoice should be set to.
- InvoiceClickAndCollectStatusEnum! :
- }