OBJECT
AddChannelBlockedTermPayload
The returned data from the mutation.
link GraphQL Schema definition
1 type AddChannelBlockedTermPayload { 2 3 # The time term was added. 4 : Time 5 6 # Mutation error caused by the user input. 7 : AddChannelBlockedTermError 8 9 # The phrases that were added. 10 : [String!]! 11 12 }