Breaking change: Type change for `type` field/argument on `columns` queries
July 10th, 2023
The type
field on columns
queries will change from a string to ColumnType!
in API version 2023-10
. The columns
field on boards
queries, which takes the types
argument, will also change from a string to [ColumnType!]
.
This update also impacts the output value for specific columns. In API version 2023-07
, the type of each column was inconsistent in read and write operations. To align this behavior, the API will now return an enum value that better matches the input value in 2023-10
.
Column title | Input value (2023-07 and before) | Output value (2023-07 and before) | Enum value (2023-10 and later) |
---|---|---|---|
Auto number | auto_number | autonumber | auto_number |
Button | button | button | button |
Checkbox | checkbox | boolean | checkbox |
Color picker | color_picker | color-picker | color_picker |
Connect boards | board-relation | board-relation | board_relation |
Country | country | country | country |
Creation log | creation_log | pulse-log | creation_log |
Date | date | date | date |
Dependency | dependent_on | dependency | dependency |
Dropdown | dropdown | dropdown | dropdown |
email | email | email | |
Files | files | file | file |
Formula | formula | formula | formula |
Hour | hour | hour | hour |
Item ID | item_id | pulse-id | item_id |
Last updated | last_updated | pulse-updated | last_updated |
Link | link | link | link |
Location | location | location | location |
Long text | long_text | long-text | long_text |
Mirror | mirror | lookup | mirror |
monday doc | monday_doc | doc | doc |
Name | name | name | name |
Numbers | numbers | numeric | numbers |
People | people | multiple-person | people |
Phone | phone | phone | phone |
Progress tracking | progress | columns-battery | progress |
Rating | rating | rating | rating |
Status | status | color | status |
Tags | tags | tag | tags |
Text | text | text | text |
Timeline | timeline | timerange | timeline |
Time tracking | time_tracking | duration | time_tracking |
Vote | vote | votes | vote |
Week | week | week | week |
World clock | world_clock | timezone | world_clock |