OBJECT
UnbanRequestEdge
Element in a list of Unban Requests.
link GraphQL Schema definition
1 type UnbanRequestEdge { 2 3 # Opaque cursor describing this edge's position in the paginated list. 4 : Cursor! 5 6 # The unban request. 7 : UnbanRequest 8 9 }