Hi,
I have noticed that after updating a board, the changes are not visible in the API for up to 3/5 minutes.
More precisely, let’s say I add an email address in a board’s column, and I search for such email using GraphQL straight after the update is made:
query { items_by_column_values (board_id: xxxxxx ,column_id: “email_1” , column_value: “test@test.com”) {id name} }
The response does not find a match:
{ “data”: { “items_by_column_values”: }, “account_id”: xxxxxx }
But if I wait up to 2/3/5 minutes, and I keep querying the API the response finally comes back.
This has been tested from both the GraphQL Developers platform and my own APIs code
Thank you