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