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