OBJECT

DenyRejectedCheerPayload

Payload from the denyRejectedCheer mutation.

link GraphQL Schema definition

1type DenyRejectedCheerPayload {
2
3# Client-generated unique ID used to prevent a cheer from being re-sent (thus
4# spending double bits).
5# The server will reject any request with an ID that has already been used.
6id: ID!
7
8}