Merged in hotfix/2021-05-21 (pull request #67)

IO-1156 Update order for temporary docs.
This commit is contained in:
Patrick Fic
2021-05-21 21:04:39 +00:00

View File

@@ -69,7 +69,7 @@ export const QUERY_TEMPORARY_DOCS = gql`
query QUERY_TEMPORARY_DOCS {
documents(
where: { jobid: { _is_null: true } }
order_by: { updated_at: desc }
order_by: { takenat: desc }
) {
id
name