Skip to content

Edge type for inventory history connection

graphql
type InventoryHistoryEdge {
  node: InventoryHistoryRecord!
  cursor: String!
}

Fields

InventoryHistoryEdge.node ● InventoryHistoryRecord! non-null object

The history record

InventoryHistoryEdge.cursor ● String! non-null scalar

Cursor for pagination

Member Of

InventoryHistoryConnection object