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