SalesChannelConnection
The connection type for SalesChannel.
type SalesChannelConnection {
edges: [SalesChannelEdge]
nodes: [SalesChannel]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SalesChannelConnection.edges ● [SalesChannelEdge] list object common
A list of edges.
SalesChannelConnection.nodes ● [SalesChannel] list object sales-channels
A list of nodes.
SalesChannelConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
SalesChannelConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
salesChannels query