Skip to content

Conversation

@bdunogier
Copy link
Owner

@bdunogier bdunogier commented Nov 10, 2018

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.

2 participants