delete-fix
This commit is contained in:
parent
5e5291d7e8
commit
9b1f3c993c
|
@ -1,8 +1,8 @@
|
|||
import { gql } from '@urql/core'
|
||||
|
||||
export default gql`
|
||||
mutation DeleteShoutMutation($shoutId: Int!) {
|
||||
delete_shout(shout_id: $shoutId) {
|
||||
mutation DeleteShoutMutation($shout_id: Int!) {
|
||||
delete_shout(shout_id: $shout_id) {
|
||||
error
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user