delete-fix

This commit is contained in:
Untone 2024-01-31 22:06:29 +03:00
parent 5e5291d7e8
commit 9b1f3c993c

View File

@ -1,8 +1,8 @@
import { gql } from '@urql/core' import { gql } from '@urql/core'
export default gql` export default gql`
mutation DeleteShoutMutation($shoutId: Int!) { mutation DeleteShoutMutation($shout_id: Int!) {
delete_shout(shout_id: $shoutId) { delete_shout(shout_id: $shout_id) {
error error
} }
} }