Skip to content

Commit

Permalink
Update README.md (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Dec 12, 2023
1 parent 989ffcc commit e66f907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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.
❤️ Thank you for helping us fulfill our legal obligations in order to continue empowering builders through headless WordPress.

0 comments on commit e66f907

Please sign in to comment.