Objects

ChannelType

Type containing all information about the channel-type

Type containing all information about the channel-type

type ChannelType {
  id: String!
  name: String!
  type: String!
  url: String!
  defaultLanguageId: String!
  languages: [LanguageType]
  defaultMarketId: String!
  markets: [MarketType]
}

Fields

id ● String! non-null scalar required

ID

name ● String! non-null scalar required

Name

type ● String! non-null scalar required

Type

url ● String! non-null scalar required

Base URL

defaultLanguageId ● String! non-null scalar required

Default language ID used if no other is specified, or an invalid is supplied.

languages ● [LanguageType] list object

 

defaultMarketId ● String! non-null scalar required

Default market ID used if no other is specified, or an invalid is supplied.

markets ● [MarketType] list object

 

Returned By

channel query ● channels query