Skip to content

Instantly share code, notes, and snippets.

@philsch
Created June 7, 2019 07:59
Show Gist options
  • Save philsch/c18ed91aef121a61cb465c4635fd07b6 to your computer and use it in GitHub Desktop.
Save philsch/c18ed91aef121a61cb465c4635fd07b6 to your computer and use it in GitHub Desktop.
Blogpost: Easy integration testing of GraphQL with Jest
{
"data": {
"shopItems": [
{
"name": "Fancy Sneakers",
"category": "shoes",
"size": "8"
},
{
"name": "Black shirt",
"category": "shirts",
"size": "XL"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment