INPUT_OBJECT

HostTargetChannelInput

HostTargetChannelInput contains the necessary inputs to host a target channel.

link GraphQL Schema definition

1input HostTargetChannelInput {
4
2# Channel ID where host was initiated on.
3channelID: ID!
7
5# Target channel ID to host.
6targetID: ID!
8}