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