Home > @infiniteobjects/shopify-data-manager > AdminTypes > ChannelEdge
An auto-generated type which holds one Channel and a cursor during pagination.
Signature:
export interface ChannelEdge
Property | Modifiers | Type | Description |
---|---|---|---|
cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
node | Channel | The item at the end of ChannelEdge. |