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