Skip to content

Instantly share code, notes, and snippets.

@philsch
Created June 7, 2019 07:57
Show Gist options
  • Save philsch/ad91caf59df9d786f086a347f0699983 to your computer and use it in GitHub Desktop.
Save philsch/ad91caf59df9d786f086a347f0699983 to your computer and use it in GitHub Desktop.
Blogpost: Easy integration testing of GraphQL with Jest
query {
shopItems {
name
category
size
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment