Not getting logs/records in Activity Logs query response for Updates posted ( create_update event) on items.
Below is example Query we are using:
query {
boards (ids: 1234567890) {
activity_logs (from: "2022-06-12T00:00:00Z", to: "2022-06-15T00:00:00Z") {
id
event
data
}
}
}
Kindly help us know how we can get the logs for Updates posted using Activity Logs query.