Skip to main content

PropertyInfo

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.

type PropertyInfo {
id: UUID
name: String
description: String
dataTypeId: UUID
dataTypeName: String
renderableTypeId: UUID
renderableTypeName: String
format: String
isType: Boolean
}

Fields

PropertyInfo.id ● UUID scalar

PropertyInfo.name ● String scalar

PropertyInfo.description ● String scalar

PropertyInfo.dataTypeId ● UUID scalar

PropertyInfo.dataTypeName ● String scalar

PropertyInfo.renderableTypeId ● UUID scalar

PropertyInfo.renderableTypeName ● String scalar

PropertyInfo.format ● String scalar

PropertyInfo.isType ● Boolean scalar

Returned By

buildPropertyInfo query ● properties query ● property query

Member Of

PropertyInfosConnection object ● PropertyInfosEdge object ● Relation object ● Value object

:::tip See also

Cookbook recipes that use this:

:::