stack

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

AdminTypes.ChannelConnection interface

An auto-generated type for paginating through multiple Channels.

Signature:

export interface ChannelConnection 

Properties

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