Skip to main content

actor

Fetches a single actor by its 32-character ASCII uuid. Requires a valid game token. Owner-aware: the owner receives full state; non-owners receive a public copy with privateState stripped (null). Throws NotFound if the uuid does not exist.

actor(
uuid: String!
): Actor!

Arguments

actor.uuid ● String! non-null scalar

Actor id: exactly 32 ASCII characters (the UDP-wire actor id), NOT a hyphenated RFC-4122 UUID.

Type

Actor object