InventoryItemEdge
An edge in a connection.
type InventoryItemEdge {
cursor: String!
node: InventoryItem
}
Fields
InventoryItemEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
InventoryItemEdge.node ● InventoryItem object inventory
The item at the end of the edge.
Member Of
InventoryItemConnection object