channels
QueryGets a paginated list of channels based on the provided paging arguments and query context.
#
Arguments
- String
after Returns the elements in the list that come after the specified cursor.
- String
before Returns the elements in the list that come before the specified cursor.
- Int
first Returns the first n elements from the list.
- [ChannelFlag!]
flags Optional flags to filter the channel retrieval behavior.
Possible enum valuesDISTRIBUTIONThe channel makes products available for distribution.
PRICEThe channel supplies prices.
SUPPLYThe channel supplies inventory availability.
- Int
last Returns the last n elements from the list.
#
Payload
- [ChannelEdge!]
edges A list of edges.
- [Channel!]
nodes A flattened list of the nodes
- PageInfo!
pageInfo Information to aid in pagination.
- Int!
totalCount Identifies the total count of items in the connection.