updateUserState
Replaces the authenticated user’s top-level state blob (base64-encoded binary; omit/null clears it). Requires a valid game token; only ever writes the caller. NOTE: users.state is management-owned, so in cks-game-api this throws ForbiddenException — call cks-management-api instead.
updateUserState(
input: UpdateUserStateInput!
): User!
Arguments
updateUserState.input ● UpdateUserStateInput! non-null input
New user state blob (see UpdateUserStateInput).