BatchActorLookupInput
No description
input BatchActorLookupInput {
uuids: [String!]!
}
Fields
BatchActorLookupInput.uuids ● [String!]! non-null scalar
Actor ids to look up. Each is exactly 32 ASCII characters (the UDP-wire actor id), NOT a hyphenated RFC-4122 UUID. Must be non-empty; unknown ids are silently omitted from the result.
Member Of
batchLookupActors query