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