OBJECT
ChannelModerationActionEdge
Element in a list of moderation actions of a user on a channel.
link GraphQL Schema definition
1 type ChannelModerationActionEdge { 2 3 # A cursor for the current node. 4 : Cursor! 5 6 # A moderation action. 7 : ChannelModerationActionEntry 8 9 }