Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicky-lenaers/mogr
MoGr dynamically maps GraphQL AST's to Mongoose Query Projection and/or Population and provides GraphQL Cursor Pagination.
https://github.com/nicky-lenaers/mogr
graphql mongodb mongoose nodejs
Last synced: 3 months ago
JSON representation
MoGr dynamically maps GraphQL AST's to Mongoose Query Projection and/or Population and provides GraphQL Cursor Pagination.
- Host: GitHub
- URL: https://github.com/nicky-lenaers/mogr
- Owner: nicky-lenaers
- License: mit
- Archived: true
- Created: 2019-02-12T14:39:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T23:08:53.000Z (almost 5 years ago)
- Last Synced: 2024-06-17T14:34:30.111Z (5 months ago)
- Topics: graphql, mongodb, mongoose, nodejs
- Language: TypeScript
- Homepage: https://nicky-lenaers.github.io/mogr
- Size: 388 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Features
💥Automated Mongoose Query Projection and/or Population
🔥Support for GraphQL Fields, Inline Fragments and Fragment Spreads
📖GraphQL Cursor Pagination
🙌Infinitely Recursable
😃Friendly Ergonomics
🔧Statically Typed using TypeScript
👍No Required Mongoose Plugin
## Quick Links
- Check out the [Demo (Coming Soon)](https://github.com/nicky-lenaers/mogr)
- Read the [Documentation](https://nicky-lenaers.github.io/mogr)
- Read the [MoGr Medium Article (Coming Soon)](https://github.com/nicky-lenaers/mogr)## Roadmap
- [ ] Pagination Type Configuration- [ ] Extended Filter Types Composition
## Contributing
[Contributing Guidelines](.github/CONTRIBUTING.md).## Code of Conduct
[Code of Conduct](.github/CODE_OF_CONDUCT.md).## License
[MIT](/LICENSE)