Skip to main content

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.

updateUserState(
input: UpdateUserStateInput!
): User!

Arguments

updateUserState.input ● UpdateUserStateInput! non-null input

New user state blob (see UpdateUserStateInput).

Type

User object