An open API service indexing awesome lists of open source software.

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

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.