INPUT_OBJECT

SendWhisperInput

link GraphQL Schema definition

1input SendWhisperInput {
4
2# Message to send to user.
3message: String!
7
5# Random string generated by the client and should be unique across messages.
6nonce: String!
10
8# User to send a whisper to.
9recipientUserID: ID!
11}