From 9362fdb4e292347b931b92f60f09110b228c5765 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 10 Sep 2018 10:23:21 +0200 Subject: [PATCH] Update query file --- .../graphql/gql/mutations/addContentBlock.gql | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/client/src/graphql/gql/mutations/addContentBlock.gql b/client/src/graphql/gql/mutations/addContentBlock.gql index c9275373..03fef5c1 100644 --- a/client/src/graphql/gql/mutations/addContentBlock.gql +++ b/client/src/graphql/gql/mutations/addContentBlock.gql @@ -6,6 +6,7 @@ mutation AddContentBlock($input: AddContentBlockInput!) { slug contents } + errors clientMutationId } } @@ -16,13 +17,13 @@ mutation AddContentBlock($input: AddContentBlockInput!) { #{ # "input": { # "contentBlock": { -# "title": "Hello World", -# "contents": [ -# { -# "type": "text_block", -# "text": "

let's get wild

" -# } -# ] -# } +# "title": "Hello World", "contents": [ +# { +# "type": "text_block", +# "text": "

let's get wild

" +# } +# ] +# }, +# "parent": "Q2hhcHRlck5vZGU6MTg=" # } #}