ENUM

BlockContext

Location from where the current user blocked target user. NOTE: it is onlyl used from the block_user mutation, this enum should have been named BlockUserContext and be placed in the same mutation file.

link GraphQL Schema definition

1enum BlockContext {
2
3WHISPER
4
5CHAT
6}