Objects
/SubtasksValue
SubtasksValue
Fields
column
Column!
Required
The column that this value belongs to.display_value
String!
Required
A string representing all the names of the subtasks, separated by commasid
ID!
Required
The column's unique identifier.subitems
[Item!]!
Required
The subitemssubitems_ids
[ID!]!
Required
The subitems IDstext
String
Text representation of the column value. Note: Not all columns support textual valuetype
ColumnType!
Required
The column's type.value
JSON
The column's raw value in JSON format.
Built with