updateGamertag
Sets the authenticated user’s gamertag and disambiguation and appends a gamertag-history row. Requires a valid game token; only ever updates the caller. Fails if the gamertag+disambiguation pair is already taken. NOTE: the users table is management-owned, so in cks-game-api this throws ForbiddenException — call cks-management-api instead.
updateGamertag(
input: UpdateGamertagInput!
): User!
Arguments
updateGamertag.input ● UpdateGamertagInput! non-null input
New gamertag and disambiguation (see UpdateGamertagInput).