Update query file
This commit is contained in:
parent
ec03c03c48
commit
9362fdb4e2
|
|
@ -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="
|
||||
# }
|
||||
#}
|
||||
|
|
|
|||
Loading…
Reference in New Issue