CreateUserAppStateInput
No description
input CreateUserAppStateInput {
appId: BigInt!
state: String
}
Fields
CreateUserAppStateInput.appId ● BigInt! non-null scalar
App (game) id to scope the state to. Required. BigInt sent as a decimal string.
CreateUserAppStateInput.state ● String scalar
Per-app user state as base64-encoded binary, at most 1,048,576 base64 characters (~768 KiB binary); larger payloads draw a structured validation error. Omit or send null to clear it.
Member Of
updateUserAppState mutation