add object param example

This commit is contained in:
Pawel Kowalski 2018-09-07 13:56:49 +02:00
parent 98d29e83e7
commit f07268a627
1 changed files with 10 additions and 0 deletions

View File

@ -20,3 +20,13 @@ mutation MutateContentBlock($input: MutateContentBlockInput!) {
"title": "Hallo Daniel" "title": "Hallo Daniel"
} }
} }
{
"input": {
"id": "Q29udGVudEJsb2NrTm9kZToyMQ==",
"type": "plain",
"title": "Hallo Daniel",
"contents": "[{\"type\":\"text_block\",\"value\":{\"text\": \"<p>Beatae odio</p>\"}}]"
}
}