Skip to main content

UserAppState

No description

type UserAppState {
userId: BigInt!
appId: BigInt!
state: String
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

UserAppState.userId ● BigInt! non-null scalar

Owner user id. BigInt serialized as a decimal string.

UserAppState.appId ● BigInt! non-null scalar

App (game) id this state is scoped to. BigInt serialized as a decimal string.

UserAppState.state ● String scalar

Per-app user state blob, base64-encoded binary; null when cleared.

UserAppState.createdAt ● DateTime! non-null scalar

Row creation timestamp (ISO-8601).

UserAppState.updatedAt ● DateTime! non-null scalar

Last-update timestamp (ISO-8601).

Returned By

deleteUserAppState mutation ● updateUserAppState mutation ● userAppState query ● userAppStates query