Skip to content

Conversation

@arfaram
Copy link

@arfaram arfaram commented Mar 13, 2019

The name of the variations key is changed to identifier. The example should now works

Bertrand Dunogier and others added 5 commits November 8, 2018 10:54
Will return one variation by identifier:
```
{
  media {
    image(id: 262) {
      name
      image {
        medium: variation(identifier: medium) { uri }
        large: variation(identifier: large) { uri }
      }
    }
  }
}
```
All content list fields will yield a Connection instead of a list of items.
Options to sort and limit the results are now supported:

```
{
  content {
    blogPosts(sortBy: DateModified, last: 5) {
      edges {
        node {
          title
        }
      }
    }
  }
}
```
variantions key has the name `identifier`
@arfaram arfaram changed the base branch from master to dev March 13, 2019 23:03
@arfaram arfaram changed the base branch from dev to master March 13, 2019 23:06
@bdunogier
Copy link
Owner

This repository is deprecated, @arfaram, we only work on ezsystems/ezplatform-graphql now.

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