From ff404e3c3706e08628570c9cca9512cf5cb491a3 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 25 Nov 2019 19:02:58 +0100 Subject: [PATCH] Fix graphql mutation for returned Claim --- webapp/graphql/Moderation.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/webapp/graphql/Moderation.js b/webapp/graphql/Moderation.js index a50e44e56..7e19241bc 100644 --- a/webapp/graphql/Moderation.js +++ b/webapp/graphql/Moderation.js @@ -8,11 +8,13 @@ export const reportListQuery = () => { createdAt reasonCategory reasonDescription - claimId - claimCreatedAt - claimUpdatedAt - claimDisable - claimClosed + claim { + id + createdAt + updatedAt + disable + closed + } type submitter { id