From 0494b3a9a66c394f4d5bfe8058f85e550af19acd Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 21 May 2021 14:02:25 -0700 Subject: [PATCH] IO-1156 Update order for temporary docs. --- client/src/graphql/documents.queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/graphql/documents.queries.js b/client/src/graphql/documents.queries.js index 837e6e091..6e490d1e5 100644 --- a/client/src/graphql/documents.queries.js +++ b/client/src/graphql/documents.queries.js @@ -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