Skip to content

Instantly share code, notes, and snippets.

@philsch
Last active June 7, 2019 07:36
Show Gist options
  • Save philsch/fda9b4ce42a3173d0078835d73ff0984 to your computer and use it in GitHub Desktop.
Save philsch/fda9b4ce42a3173d0078835d73ff0984 to your computer and use it in GitHub Desktop.
Blogpost: Easy integration testing of GraphQL with Jest
mongoexport
--host localhost:27017 \
--username xxx \
--authenticationDatabase admin \
--db shop \
--type JSON \
--out ~/project/seeds/ShopItems.json \
--collection ShopItems \
--query '{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment