INPUT_OBJECT

BanVideoCommenterInput

link GraphQL Schema definition

1input BanVideoCommenterInput {
4
2# The id of the channel from where to ban commenter from.
3channelID: ID!
7
5# The id of the commenter to ban.
6commenterID: ID!
8}