OBJECT

BlockUserPayload

link GraphQL Schema definition

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