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: 8 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T19:26:24.000Z (over 1 year ago)
- Last Synced: 2024-10-08T12:39:36.212Z (about 1 year ago)
- Topics: graphql, helper, mongodb, scale, typescript
- Language: TypeScript
- Homepage:
- Size: 1.96 MB
- Stars: 83
- Watchers: 13
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GraphQL Mongo Helpers
[](https://www.npmjs.com/package/@entria/graphql-mongo-helpers)
[](https://circleci.com/gh/entria/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 @entria/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