Skip to content

Paginated connection of inventories following Relay specification

graphql
type InventoryConnection {
  edges: [InventoryEdge!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InventoryConnection.edges ● [InventoryEdge!]! non-null object

InventoryConnection.pageInfo ● PageInfo! non-null object

InventoryConnection.totalCount ● Int! non-null scalar

Member Of

Product object ● Store object