Skip to main content

properties

Reads and enables pagination through a set of PropertyInfo.

properties(
spaceId: UUID
first: Int
offset: Int
filter: PropertyInfoFilter
): [PropertyInfo!]

Arguments

properties.spaceId ● UUID scalar

properties.first ● Int scalar

Only read the first n values of the set.

properties.offset ● Int scalar

Skip the first n values.

properties.filter ● PropertyInfoFilter input

A filter to be used in determining which values should be returned by the collection.

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.