InventoryItemConnection
The connection type for InventoryItem.
type InventoryItemConnection {
edges: [InventoryItemEdge]
nodes: [InventoryItem]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
InventoryItemConnection.edges
● [InventoryItemEdge]
list object
A list of edges.
InventoryItemConnection.nodes
● [InventoryItem]
list object
A list of nodes.
InventoryItemConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
InventoryItemConnection.totalCount
● Int!
non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
listAvailableItems
query ● listInventory
query