object PageInfo
The Relay compliant PageInfo type, containing data necessary to paginate this connection.
Fields
| Field | Type | Description |
|---|---|---|
hasNextPage | Boolean! | When paginating forwards, are there more items? |
hasPreviousPage | Boolean! | When paginating backwards, are there more items? |
startCursor | String | When paginating backwards, the cursor to continue. |
endCursor | String | When paginating forwards, the cursor to continue. |
Referenced By
- AccountConnection Type
- AssemblyMapTypeCountableConnection Type
- BillConnection Type
- BillExportsConnection Type
- BusinessRelationshipConnection Type
- BusinessRelationshipSchemaCountableConnection Type
- CarrierBoxConnection Type
- CustomBoxConnection Type
- CycleCountBatchConnection Type
- FeeCategoryTotalConnection Type
- FulfillmentInvoiceConnection Type
- FulfillmentInvoiceInboundShippingItemConnection Type
- FulfillmentInvoiceReturnFulfillmentItemConnection Type
- FulfillmentInvoiceReturnItemConnection Type
- FulfillmentInvoiceShippingItemConnection Type
- FulfillmentInvoiceStorageItemConnection Type
- InboundShipmentConnection Type
- InventoryChangeConnection Type
- InventoryChangeLogConnection Type
- InventorySnapshotConnection Type
- InventorySyncItemStatusConnection Type
- InventorySyncStatusConnection Type
- ItemLocationConnection Type
- KittingMapTypeCountableConnection Type
- LicensePlateNumberConnection Type
- LineItemQuerySpecConnection Type
- LocationChangeLogTypeCountableConnection Type
- LocationConnection Type
- LotConnection Type
- MergeableOrderConnection Type
- OrderAttachmentQuerySpecConnection Type
- OrderBinAllocationTypeCountableConnection Type
- OrderConnection Type
- OrderHistoryConnection Type
- PackageConnection Type
- PickConnection Type
- ProductAttributeTypeCountableConnection Type
- ProductCaseInfoTypeCountableConnection Type
- ProductConnection Type
- ProductHistoryConnection Type
- ProductHistoryTypeCountableConnection Type
- ProductImageSchemaCountableConnection Type
- ProductLocationTypeCountableConnection Type
- ProductOrderDetailConnection Type
- ProductPurchaseOrderDetailConnection Type
- ProductReturnConnection Type
- ProductTypeCountableConnection Type
- PurchaseOrderAttachmentConnection Type
- PurchaseOrderConnection Type
- PurchaseOrderLineItemConnection Type
- PurchaseOrderTrackingNumberConnection Type
- RMALabelTypeCountableConnection Type
- ReturnAttachmentTypeCountableConnection Type
- ReturnConnection Type
- ReturnExchangeItemTypeCountableConnection Type
- ReturnExchangeTypeCountableConnection Type
- ReturnHistoryTypeCountableConnection Type
- ReturnItemTypeCountableConnection Type
- ReturnedLineItemTypeCountableConnection Type
- ShipmentConnection Type
- ShipmentLineItemConnection Type
- ShippingContainerConnection Type
- ShippingLabelConnection Type
- ShippingPlanLineItemConnection Type
- ShippingPlanPackageConnection Type
- ShippingPlanPackageLineItemConnection Type
- ShippingPlanPalletConnection Type
- ShippingPlanTrackingNumberConnection Type
- ToteConnection Type
- ToteHistoryConnection Type
- UserConnection Type
- UserStoresTypeCountableConnection Type
- VendorConnection Type
- WarehouseProductConnection Type
- WarehouseProductInboundConnection Type
- WarehouseTypeCountableConnection Type
- WebhookConnection Type
- WholesaleLineItemsQuerySpecConnection Type
- WholesaleOrderConnection Type
- WorkOrderIdentifiableTypeConnection Type
Example
{
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "abc123",
"endCursor": "abc123"
}