avatarAppStates
Batch-reads per-app state for many avatars under a single app in one call. PUBLIC READ: any authenticated user may read. Requires a valid game token. Avatars with no row for the app are omitted. state blobs are base64-encoded binary.
avatarAppStates(
appId: BigInt!
avatarIds: [BigInt!]!
): [AppAvatarState!]!
Arguments
avatarAppStates.appId ● BigInt! non-null scalar
App (game) id the states are scoped to (BigInt as a decimal string).
avatarAppStates.avatarIds ● [BigInt!]! non-null scalar
Avatar ids to fetch, each a BigInt as a decimal string.