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