stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeletionEventConnection

AdminTypes.DeletionEventConnection interface

An auto-generated type for paginating through multiple DeletionEvents.

Signature:

export interface DeletionEventConnection 

Properties

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.