pickupPoints
No description
pickupPoints(
filters: PickupPointFilterInput
sortBy: PickupPointSortInput
first: Int!
page: Int
): PickupPointPaginator!
Arguments
pickupPoints.filters ● PickupPointFilterInput input
pickupPoints.sortBy ● PickupPointSortInput input
pickupPoints.first ● Int! non-null scalar
Limits number of fetched items.
pickupPoints.page ● Int scalar
The offset from which items are returned.
Type
PickupPointPaginator object
A paginated list of PickupPoint items.