Skip to content

Historical changes for inventory

⚠️ EXPERIMENTAL: History API is in beta. Schema and behavior may change without notice.

graphql
type InventoryHistory {
  timestamp: DateTime!
  operationType: HistoryOperationType!
  changedBy: String!
  quantity: IntFieldChange
}

Fields

InventoryHistory.timestamp ● DateTime! non-null scalar

InventoryHistory.operationType ● HistoryOperationType! non-null enum

InventoryHistory.changedBy ● String! non-null scalar

InventoryHistory.quantity ● IntFieldChange object

Quantity change

Member Of

Inventory object