INPUT_OBJECT

UnbanRequestsOptions

Optional filters that can be applied to an unban requests query.

link GraphQL Schema definition

1input UnbanRequestsOptions {
4
2# The order of the results, either oldest first or newest first.
3order: UnbanRequestsSortOrder
7
5# Filter results to only requests of this status.
6status: UnbanRequestStatus
10
8# Filter results to only requests from this user.
9userID: ID
11}