Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCustomizationConnection
An auto-generated type for paginating through multiple DeliveryCustomizations.
Signature:
export interface DeliveryCustomizationConnection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges | Array<DeliveryCustomizationEdge> | A list of edges. | |
| nodes | Array<DeliveryCustomization> | A list of the nodes contained in DeliveryCustomizationEdge. | |
| pageInfo | PageInfo | Information to aid in pagination. |