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