From e66f907cd945d40b06cf5811660604502063cddf Mon Sep 17 00:00:00 2001 From: Theofanis Despoudis <328805+theodesp@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:10:11 +0000 Subject: [PATCH] Update README.md (#171) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b835c49b..d453f62a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This represents a list of available blocks for that content type: posts { nodes { # editorBlocks field represents array of Block data - editorBlocks { + editorBlocks(flat: false) { # fields from the interface renderedHtml __typename @@ -58,7 +58,7 @@ For example, to use `CoreParagraph` attributes you need to use the following que { posts { nodes { - editorBlocks { + editorBlocks(flat: false) { __typename name ... on CoreParagraph { @@ -154,4 +154,4 @@ All external contributors to WP Engine products must have a signed Contributor L 2. 📝 Sign the CLA emailed to you 3. 📥 Receive copy of signed CLA -❤️ Thank you for helping us fulfill our legal obligations in order to continue empowering builders through headless WordPress. \ No newline at end of file +❤️ Thank you for helping us fulfill our legal obligations in order to continue empowering builders through headless WordPress.