OBJECT
SetGameDropAccountLinkClientPayload
SetGameDropAccountLinkClientPayload returns the result of the update.
link GraphQL Schema definition
1 type SetGameDropAccountLinkClientPayload { 2 3 # A mapped error returned by the drops management service. 4 : DropsError 5 6 # The updated game record. 7 : Game 8 9 }