typo fix
This commit is contained in:
parent
72c2dcc104
commit
0179e29529
|
@ -1,7 +1,7 @@
|
||||||
import { gql } from '@urql/core'
|
import { gql } from '@urql/core'
|
||||||
|
|
||||||
export default gql`
|
export default gql`
|
||||||
mutation CreateShoutMutations($shout: ShoutInput!) {
|
mutation CreateShoutMutation($shout: ShoutInput!) {
|
||||||
createShout(input: $shout) {
|
createShout(input: $shout) {
|
||||||
error
|
error
|
||||||
shout {
|
shout {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user