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