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