OBJECT

UpdateDropsOptOutStatusPayload

The result of a updateDropsOptOutStatus mutation.

link GraphQL Schema definition

1type UpdateDropsOptOutStatusPayload {
2
3# Status is the updated status.
4isOptedOut: Boolean
5
6# userID is the user who wishes to opt out of drops.
7userID: ID
8
9}