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