Closed bdunogier closed 5 years ago
Issues: #21
Changes lists of content items to Connections:
{ content { blogPosts(sortBy: DatePublished, last: 5) { pageInfo { hasNextPage } edges { cursor node { title } } } } }
Allows to implement pagination, as well as individual items refetching.
Moved to https://github.com/ezsystems/ezplatform-graphql/pull/6.
Changes lists of content items to Connections:
Allows to implement pagination, as well as individual items refetching.
TODO