mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update sneaky report mutation
This commit is contained in:
parent
faf0a15aee
commit
8e34b9581b
@ -84,7 +84,7 @@ export const reportListQuery = () => {
|
|||||||
|
|
||||||
export const reportMutation = () => {
|
export const reportMutation = () => {
|
||||||
return gql`
|
return gql`
|
||||||
mutation($resourceId: ID!, $reasonCategory: String!, $reasonDescription: String!) {
|
mutation($resourceId: ID!, $reasonCategory: ReasonCategory!, $reasonDescription: String!) {
|
||||||
report(
|
report(
|
||||||
resourceId: $resourceId
|
resourceId: $resourceId
|
||||||
reasonCategory: $reasonCategory
|
reasonCategory: $reasonCategory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user