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