gql-fix
This commit is contained in:
parent
6cc6b4f5ac
commit
b731f1cfa6
|
@ -1,8 +1,8 @@
|
||||||
import { gql } from '@urql/core'
|
import { gql } from '@urql/core'
|
||||||
|
|
||||||
export default gql`
|
export default gql`
|
||||||
mutation UpdateReactionMutation($id: Int!, $reaction: ReactionInput!) {
|
mutation UpdateReactionMutation($reaction: ReactionInput!) {
|
||||||
update_reaction(id: $id, reaction: $reaction) {
|
update_reaction(reaction: $reaction) {
|
||||||
error
|
error
|
||||||
reaction {
|
reaction {
|
||||||
id
|
id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user