Objects

UserChannelType

No description

No description

type UserChannelType {
  channelId: String!
  availableMarkets: [MarketType]
}

Fields

channelId ● String! non-null scalar required

The ID of the channel.

availableMarkets ● [MarketType] list object

Markets the user is allowed to use

Member Of

UserType object