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