INPUT_OBJECT

SetGameDropAccountLinkClientInput

SetGameDropAccountLinkClientInput has fields necessary to update a game's account link client ID used to verify a user has connected their in-game account.

link GraphQL Schema definition

1input SetGameDropAccountLinkClientInput {
4
2# The client ID used to verify that users have linked their accounts properly.
3clientID: ID!
7
5# The ID of the game to link the client ID to.
6gameID: ID!
8}