INPUT_OBJECT

DeleteChannelBlockedTermInput

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

link GraphQL Schema definition

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