I have the following structure:
query {
boards (ids: ["xxxxxxx", "xxxxxxx"]) {
name
state
board_folder_id
items_page {
items {
name
id
name
column_values(ids: ["controle_de_tempo", "lista_suspensa31", "lista_suspensa3", "lista_suspensa2"]) {
id
value
text
value type
... on TimeTrackingValue {
running
started_at
history {
status
ended_at
started_at
started_user_id
manually_entered_end_date
}
}
}
}
}
}
}
How can I specify a date and get all items from that date on? The date I want to use is the updates to the ‘controle_de_tempo’ column, for example: all items that have been updated since ‘2024-01-01’