INPUT_OBJECT

DeleteChannelPermittedTermInput

Inputs for the mutation. channel ID and a list of phrases to be deleted.

link GraphQL Schema definition

1input DeleteChannelPermittedTermInput {
4
2# channelID is the ID of the owner of the permitted term being deleted.
3channelID: ID!
7
5# phrases is the string representation of the term being deleted.
6phrases: [String!]!
8}