type
Read a single type by ID. Returns the schema-level type record (not the type entity).
type(
id: UUID
): Entity
Arguments
type.id ● UUID scalar
Type
Entity object
A node in the Geo knowledge graph. Has typed values (text/integer/date/etc. attached via properties) and typed relations (directed edges to other entities). Entities are not class instances — types are tags applied via the Types relation, and an entity can carry multiple types simultaneously.
:::tip See also
Cookbook recipes that use this:
:::