property
Read a single property by ID. Returns the schema-level property record (not the property entity).
property(
id: UUID
): PropertyInfo
Arguments
property.id ● UUID scalar
Type
PropertyInfo object
Schema-level metadata about a property: its name, dataType, value-type constraints, and the on-chain edit it was first introduced in. Every Property entity in the graph also has a corresponding PropertyInfo record.
:::tip See also
Cookbook recipes that use this:
:::