This commit is contained in:
Igor Lobanov 2022-10-31 16:13:11 +01:00
parent 72c2dcc104
commit 0179e29529

View File

@ -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 {