OBJECT

AddChannelPermittedTermPayload

The returned payload from the mutation.

link GraphQL Schema definition

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