Appearance
Paginated connection of inventories following Relay specification
graphql
type InventoryConnection {
edges: [InventoryEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}