diff --git a/src/graphql/mutation/article-create.ts b/src/graphql/mutation/article-create.ts index 0c20fe6a..62523e87 100644 --- a/src/graphql/mutation/article-create.ts +++ b/src/graphql/mutation/article-create.ts @@ -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 {