From 0179e295290180ca13c5ba29d06c314489a67ce3 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 31 Oct 2022 16:13:11 +0100 Subject: [PATCH] typo fix --- src/graphql/mutation/article-create.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {