WarehouseCountableEdge
No description
type WarehouseCountableEdge {
node: Warehouse!
cursor: String!
}
Fields
WarehouseCountableEdge.node ● Warehouse! non-null object
The item at the end of the edge.
WarehouseCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
WarehouseCountableConnection object
Was this page helpful?