delete-fix
This commit is contained in:
parent
5e5291d7e8
commit
9b1f3c993c
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user