OBJECT

UnblockUserPayload

link GraphQL Schema definition

1type UnblockUserPayload {
2
3# User that was unblocked.
4targetUser: User!
5
6}