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