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