INPUT_OBJECT

BlockUserInput

link GraphQL Schema definition

1input BlockUserInput {
4
2# Reason the user is being blocked.
3reason: String
7
5# Feature from which the user is being blocked.
6sourceContext: BlockContext
10
8# ID of user to block.
9targetUserID: ID!
11}