stack

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

AdminTypes.EventConnection interface

An auto-generated type for paginating through multiple Events.

Signature:

export interface EventConnection 

Properties

Property Modifiers Type Description
edges   Array<EventEdge> A list of edges.
nodes   Array<Event> A list of the nodes contained in EventEdge.
pageInfo   PageInfo Information to aid in pagination.