ArchiveWarehouseInput
Autogenerated input type of ArchiveWarehouse
input ArchiveWarehouseInput {
clientMutationId: String
warehouseId: ID!
}
Fields
ArchiveWarehouseInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ArchiveWarehouseInput.warehouseId ● ID! non-null scalar
The ID of the warehouse to archive.
Member Of
archiveWarehouse mutation