OBJECT

DeleteChannelBlockedTermPayload

The returned payload from the mutation.

link GraphQL Schema definition

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