GraphQL API Objects InventoryItemConnection
Inventory items connection
type InventoryItemConnection { # Edges of the connection edges: [InventoryItemConnectionEdge] # Page info of the connection pageInfo: PageInfo # Total count of items in the connection. totalCount: Int # 123456 }