Channel
No description
type Channel {
shop: Shop
channelId: Int!
id: Int!
name: String!
catalogRootId: Int
defaultLetterId: Int
anonymousUserId: Int
}
Fields
Channel.shop ● Shop object
Channel.channelId ● Int! non-null scalar
Channel.id ● Int! non-null scalar
Channel.name ● String! non-null scalar
Channel.catalogRootId ● Int scalar
Catalog root id
Channel.defaultLetterId ● Int scalar
Channel default letter id
Channel.anonymousUserId ● Int scalar
Channel anonymous user id