INPUT_OBJECT

AllowRejectedCheerInput

Input to the allowRejectedCheer mutation.

link GraphQL Schema definition

1input AllowRejectedCheerInput {
6
2# Client-generated unique ID used to prevent a cheer from being re-sent (thus
3# spending double bits).
4# The server will reject any request with an ID that has already been used.
5id: ID!
9
7# ID of the user whose message is automodded.
8targetUserID: ID!
10}