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