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

https://github.com/yurtaev/graphql-compose-mongoose-codesandbox


https://github.com/yurtaev/graphql-compose-mongoose-codesandbox

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

- `index.js` init apollo-server
- `mongoServer.js` init mongod and load fixtures
- `schema.js` graphql-compose-mongoose schema

## Environment

- uses node 14 + NODE_OPTIONS="--experimental-top-level-await"
- ESM modules
- `mongodb-memory-server-global-3.6` – mongod version of 3.6 to fix `CURL_OPENSSL_3.*not found`