OBJECT

SetGameDropAccountLinkClientPayload

SetGameDropAccountLinkClientPayload returns the result of the update.

link GraphQL Schema definition

1type SetGameDropAccountLinkClientPayload {
2
3# A mapped error returned by the drops management service.
4error: DropsError
5
6# The updated game record.
7game: Game
8
9}