Skip to content

Relay connection for inventory history. Enables proper complexity limit calculation based on pagination size.

graphql
type InventoryHistoryConnection {
  edges: [InventoryHistoryEdge!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InventoryHistoryConnection.edges ● [InventoryHistoryEdge!]! non-null object

List of history record edges

InventoryHistoryConnection.pageInfo ● PageInfo! non-null object

Pagination information

InventoryHistoryConnection.totalCount ● Int! non-null scalar

Total number of records within the filter criteria (not just this page)

Member Of

Inventory object