mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix graphql mutation for returned Claim
This commit is contained in:
parent
20d693b921
commit
ff404e3c37
@ -8,11 +8,13 @@ export const reportListQuery = () => {
|
||||
createdAt
|
||||
reasonCategory
|
||||
reasonDescription
|
||||
claimId
|
||||
claimCreatedAt
|
||||
claimUpdatedAt
|
||||
claimDisable
|
||||
claimClosed
|
||||
claim {
|
||||
id
|
||||
createdAt
|
||||
updatedAt
|
||||
disable
|
||||
closed
|
||||
}
|
||||
type
|
||||
submitter {
|
||||
id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user