Skip to content

Exposed richtext embeds#63

Open
bdunogier wants to merge 1 commit into
devfrom
richtext_embeds
Open

Exposed richtext embeds#63
bdunogier wants to merge 1 commit into
devfrom
richtext_embeds

Conversation

@bdunogier

@bdunogier bdunogier commented Nov 10, 2018

Copy link
Copy Markdown
Owner

Issue #62

{
  content {
    blogPost(id: 240) {
      body {
        html5
        embeds {
          _info { id }
          ... on PlaceContent {
            name
            location { address }
          }
        }
      }
    }
  }
}

TODO

  • Handle location relations as well

```
{
  content {
    blogPost(id: 240) {
      body {
        html5
        embeds {
          _info { id }
          ... on PlaceContent {
            name
            location { address }
          }
        }
      }
    }
  }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant