https://github.com/tdiprima/graphqlquerytest
A testing framework for GraphQL queries with MongoDB integration
https://github.com/tdiprima/graphqlquerytest
graphql graphql-server javascript
Last synced: 8 months ago
JSON representation
A testing framework for GraphQL queries with MongoDB integration
- Host: GitHub
- URL: https://github.com/tdiprima/graphqlquerytest
- Owner: tdiprima
- License: gpl-3.0
- Created: 2018-10-16T21:35:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T16:25:20.000Z (8 months ago)
- Last Synced: 2025-02-03T17:29:27.957Z (8 months ago)
- Topics: graphql, graphql-server, javascript
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Testing a GraphQL server
The fundamental test involves retrieving either all images from the image collection or returning a single image, depending on the given parameter.
Additionally, it includes a test that queries a single object.
Begin by launching the application using `nodemon`.
Then visit: http://localhost:4000/graphql
Make sure MongoDB is running on localhost:27017.
---
This project may include third-party open-source code, subject to its original licenses.
If there is a licensing concern, please open an issue.