OBJECT

AddChannelBlockedTermPayload

The returned data from the mutation.

link GraphQL Schema definition

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