stack

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

AdminTypes.SegmentConnection interface

An auto-generated type for paginating through multiple Segments.

Signature:

export interface SegmentConnection 

Properties

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