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. Omit or send null to clear it.
Member Of
updateUserAppState mutation