Update query file

This commit is contained in:
Ramon Wenger 2018-09-10 10:23:21 +02:00
parent ec03c03c48
commit 9362fdb4e2
1 changed files with 9 additions and 8 deletions

View File

@ -6,6 +6,7 @@ mutation AddContentBlock($input: AddContentBlockInput!) {
slug slug
contents contents
} }
errors
clientMutationId clientMutationId
} }
} }
@ -16,13 +17,13 @@ mutation AddContentBlock($input: AddContentBlockInput!) {
#{ #{
# "input": { # "input": {
# "contentBlock": { # "contentBlock": {
# "title": "Hello World", # "title": "Hello World", "contents": [
# "contents": [ # {
# { # "type": "text_block",
# "type": "text_block", # "text": "<p>let's get <b>wild</b><script>alert(1)</script></p>"
# "text": "<p>let's get <b>wild</b><script>alert(1)</script></p>" # }
# } # ]
# ] # },
# } # "parent": "Q2hhcHRlck5vZGU6MTg="
# } # }
#} #}