OBJECT
UnbanRequestConnection
Paginated list of Unban Requests.
link GraphQL Schema definition
1 type UnbanRequestConnection { 2 3 # The elements of the list. 4 : [UnbanRequestEdge!] 5 6 # Information about this page. 7 : PageInfo! 8 9 # Count of all pending unban requests. 10 (: UnbanRequestStatus): Float 11 12 }