https://github.com/woovibr/graphql-mongo-helpers
GraphQL + MongoDB helpers that scale
https://github.com/woovibr/graphql-mongo-helpers
graphql helper mongodb scale typescript
Last synced: 5 months ago
JSON representation
GraphQL + MongoDB helpers that scale
- Host: GitHub
- URL: https://github.com/woovibr/graphql-mongo-helpers
- Owner: woovibr
- License: mit
- Created: 2018-09-18T23:36:42.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T13:45:21.000Z (12 months ago)
- Last Synced: 2025-10-29T01:54:14.949Z (8 months ago)
- Topics: graphql, helper, mongodb, scale, typescript
- Language: TypeScript
- Homepage:
- Size: 1.91 MB
- Stars: 84
- Watchers: 10
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GraphQL Mongo Helpers
[](https://www.npmjs.com/package/@woovi/graphql-mongo-helpers)
1. [What is this?](#what-is-this)
1. [Install](#install)
1. [Usage](#usage)
### What is this?
It's a package with some (currently two to be exact) tools to use when building a [GraphQL][graphql] API and using MongoDB.
### Install
```
yarn add @woovi/graphql-mongo-helpers
```
### Usage
The most updated source of documentation are the test files, check the files in `src/__tests__/`.
The following posts are going to have more info on both helpers currently exported by this library:
[Introduction to GraphQL Mongo Helpers
][post-a]
[Client-Supplied Custom Sorting Using GraphQL][post-b]
[graphql]: https://github.com/graphql/graphql-js
[post-a]: https://medium.com/@jonathancardoso/introduction-to-graphql-mongo-helpers-a457944d4c8a
[post-b]: https://medium.com/@jonathancardoso/client-supplied-custom-sorting-using-graphql-54e4b87f6011