IO-1156 Update order for temporary docs.

This commit is contained in:
Patrick Fic
2021-05-21 14:02:25 -07:00
parent 6e3453cd90
commit 0494b3a9a6

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