feat: change ordering of many models, add new parameter to query
### Additions * add optional parameter `newestFirst` to `analyticsActionLogs` query ### Changes * added explicit ordering based on `name` ascending to `MilestoneType` * added explicit ordering based on `milestone.name` ascending to `MilestoneStateType` * added explicit ordering based on `timestamp` descending to `EmailType` * added explicit ordering based on `timestamp` descending to `EmailThreadType` * added explicit ordering based on `timestamp` ascending to `ActionLogType` Closes #292
Loading
Please register or sign in to comment