Created
June 7, 2019 07:59
-
-
Save philsch/c18ed91aef121a61cb465c4635fd07b6 to your computer and use it in GitHub Desktop.
Blogpost: Easy integration testing of GraphQL with Jest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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