add object param example
This commit is contained in:
parent
98d29e83e7
commit
f07268a627
|
|
@ -20,3 +20,13 @@ mutation MutateContentBlock($input: MutateContentBlockInput!) {
|
|||
"title": "Hallo Daniel"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
"input": {
|
||||
"id": "Q29udGVudEJsb2NrTm9kZToyMQ==",
|
||||
"type": "plain",
|
||||
"title": "Hallo Daniel",
|
||||
"contents": "[{\"type\":\"text_block\",\"value\":{\"text\": \"<p>Beatae odio</p>\"}}]"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue