INPUT_OBJECT

AddChannelPermittedTermInput

AddChannelPermittedTermInput takes in the channel, phrases, and if the term should be editable by mods.

link GraphQL Schema definition

1input AddChannelPermittedTermInput {
4
2# channelID is the owner of the permitted terms.
3channelID: ID!
7
5# phrase defines the string that is to be permitted.
6phrase: String
10
8# phrases are the strings that are permitted in a channel.
9phrases: [String!]!
11}