InventoryTransfer
No description
type InventoryTransfer {
createdAt: ISO8601DateTime!
fromLocation: Location!
id: ID!
items: [TransferItem!]!
reason: String!
status: TransferStatusEnum!
toLocation: Location!
updatedAt: ISO8601DateTime!
}
Fields
InventoryTransfer.createdAt ● ISO8601DateTime! non-null scalar common
InventoryTransfer.fromLocation ● Location! non-null object warehouses
InventoryTransfer.id ● ID! non-null scalar common
InventoryTransfer.items ● [TransferItem!]! non-null object inventory
InventoryTransfer.reason ● String! non-null scalar common
InventoryTransfer.status ● TransferStatusEnum! non-null enum inventory
InventoryTransfer.toLocation ● Location! non-null object warehouses
InventoryTransfer.updatedAt ● ISO8601DateTime! non-null scalar common
Returned By
initInventoryTransfer mutation
Member Of
TransferItem object