Fix graphql mutation for returned Claim

This commit is contained in:
mattwr18 2019-11-25 19:02:58 +01:00
parent 20d693b921
commit ff404e3c37

View File

@ -8,11 +8,13 @@ export const reportListQuery = () => {
createdAt
reasonCategory
reasonDescription
claimId
claimCreatedAt
claimUpdatedAt
claimDisable
claimClosed
claim {
id
createdAt
updatedAt
disable
closed
}
type
submitter {
id