OBJECT

ChannelModerationActionEdge

Element in a list of moderation actions of a user on a channel.

link GraphQL Schema definition

1type ChannelModerationActionEdge {
2
3# A cursor for the current node.
4cursor: Cursor!
5
6# A moderation action.
7node: ChannelModerationActionEntry
8
9}