Objects
/DependencyValue
DependencyValue
Fields
column
Column!
Required
The column that this value belongs to.display_value
String!
Required
A string representing all the names of the linked items, separated by commasid
ID!
Required
The column's unique identifier.linked_item_ids
[ID!]!
Required
The linked items idslinked_items
[Item!]!
Required
The linked items.text
String
Text representation of the column value. Note: Not all columns support textual valuetype
ColumnType!
Required
The column's type.updated_at
Date
The date when column value was last updated.value
JSON
The column's raw value in JSON format.
Built with