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