Last active
June 7, 2019 07:36
-
-
Save philsch/fda9b4ce42a3173d0078835d73ff0984 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
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