OBJECT
ModLogsTargetedModActionsEdge
Element in a list of mod logs of a user on a channel.
link GraphQL Schema definition
1 type ModLogsTargetedModActionsEdge { 2 3 # Opaque cursor describing this edge's position in the paginated list. 4 : Cursor! 5 6 # A mod log of the user. 7 : ModLogsTargetedModActionsEntry 8 9 }