actors
Lists actors owned by the authenticated user, optionally narrowed by filter (appId, avatarId, uuid, chunk). Requires a valid game token; only the caller’s own actors are returned (full state included). For other users’ actors use actor or batchLookupActors.
actors(
filter: ActorFilterInput
): [Actor!]!
Arguments
actors.filter ● ActorFilterInput input
Optional filters; all provided fields are AND-combined. Omit to return all of the caller’s actors.