Skip to content

Instantly share code, notes, and snippets.

@dbayarchyk
Last active September 22, 2019 09:32
Show Gist options
  • Save dbayarchyk/1cedfe6d3362094ed567757e7f26e71d to your computer and use it in GitHub Desktop.
Save dbayarchyk/1cedfe6d3362094ed567757e7f26e71d to your computer and use it in GitHub Desktop.
Improve your GraphQL schema with the Relay Specification - postsQueryData.json
{
"data": {
"posts": {
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": false
},
"edges": [
{
"cursor": "5cfbf6c6a69e94768d984537",
"node": {
"id": "UG9zdDo1Y2ZiZjZjNmE2OWU5NDc2OGQ5ODQ1Mzc=",
"title": "What is GraphQL?"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment