salesChannels
Get a list of sales channels
salesChannels(
after: String
before: String
brandId: ID
filters: SalesChannelFilterInput
first: Int
last: Int
): SalesChannelConnection
Arguments
salesChannels.after ● String scalar
Returns the elements in the list that come after the specified cursor.
salesChannels.before ● String scalar
Returns the elements in the list that come before the specified cursor.
salesChannels.brandId ● ID scalar
Brand ID to filter sales channels by.
salesChannels.filters ● SalesChannelFilterInput input
Filtering options for sales channels.
salesChannels.first ● Int scalar
Returns the first _n_ elements from the list.
salesChannels.last ● Int scalar
Returns the last _n_ elements from the list.
Type
SalesChannelConnection object
The connection type for SalesChannel.