OBJECT

UnbanRequestConnection

Paginated list of Unban Requests.

link GraphQL Schema definition

1type UnbanRequestConnection {
2
3# The elements of the list.
4edges: [UnbanRequestEdge!]
5
6# Information about this page.
7pageInfo: PageInfo!
8
9# Count of all pending unban requests.
10totalCount(status: UnbanRequestStatus): Float
11
12}