Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProfileEdge
An auto-generated type which holds one DeliveryProfile and a cursor during pagination.
Signature:
export interface DeliveryProfileEdge
Property | Modifiers | Type | Description |
---|---|---|---|
cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
node | DeliveryProfile | The item at the end of DeliveryProfileEdge. |