All Projects → doug-martin → Nestjs Query

doug-martin / Nestjs Query

Licence: mit
Easy CRUD for GraphQL.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nestjs Query

Blog Service
blog service @nestjs
Stars: ✭ 188 (-42.15%)
Mutual labels:  graphql, mongoose, mongodb, nestjs
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (-5.54%)
Mutual labels:  graphql, mongoose, mongodb, nestjs
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (-55.38%)
Mutual labels:  graphql, mongoose, mongodb, nestjs
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (-8.92%)
Mutual labels:  mongoose, mongodb, crud, nestjs
Graphql Advanced Projection
Fully customizable Mongoose/MongoDB projection generator.
Stars: ✭ 46 (-85.85%)
Mutual labels:  graphql, mongoose, mongodb
Nest Mean
NestJS Tutorial Repository
Stars: ✭ 250 (-23.08%)
Mutual labels:  mongoose, mongodb, nestjs
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-73.85%)
Mutual labels:  graphql, mongoose, mongodb
Apollo2 Subscriptions How To
Apollo Server 2 how to setup subscriptions
Stars: ✭ 125 (-61.54%)
Mutual labels:  graphql, mongoose, mongodb
Nest Cnode
CNode 社区 Nest 版本 https://cnodejs.org/
Stars: ✭ 125 (-61.54%)
Mutual labels:  mongoose, mongodb, nestjs
Graphql Nodejs Hapi Api
How to set-up a powerful API with Nodejs, GraphQL, MongoDB, Hapi, and Swagger
Stars: ✭ 116 (-64.31%)
Mutual labels:  graphql, mongoose, mongodb
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-11.38%)
Mutual labels:  graphql, mongoose, mongodb
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (-26.77%)
Mutual labels:  mongoose, sequelize, mongodb
Mongoose
Mongoose module for Nest framework (node.js) 🍸
Stars: ✭ 191 (-41.23%)
Mutual labels:  mongoose, mongodb, nestjs
Wertik Js
💪 A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-82.77%)
Mutual labels:  graphql, mongoose, mongodb
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (-49.54%)
Mutual labels:  mongoose, crud, nestjs
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-50.46%)
Mutual labels:  graphql, mongoose, mongodb
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-46.15%)
Mutual labels:  graphql, mongoose, mongodb
Rest Hapi
🚀 A RESTful API generator for Node.js
Stars: ✭ 1,102 (+239.08%)
Mutual labels:  mongoose, mongodb, crud
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-78.77%)
Mutual labels:  mongoose, mongodb, crud
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-53.23%)
Mutual labels:  graphql, mongoose, mongodb

Nestjs-query Logo

Test Coverage Status Known Vulnerabilities

nestjs-query

Nestjs-Query is collection of packages to make crud for graphql easier.

Why?

While working on projects in nestjs it was very easy to get up and running with graphql however, there were many patterns that were common between the resolvers. In particular querying, sorting and paging.

Installation

Install Guide.

Docs

Packages

Nestjs-query is composed of multiple packages

  • @nestjs-query/core - Defines all interfaces and utility types implemented by the other packages.
  • @nestjs-query/query-graphql - Package that provides the graphql resolver and decorators for crud endpoints.
  • @nestjs-query/query-typeorm - Package that implements a Typeorm service that can be used by itself or with the graphql resolver provided by @nestjs-query/query-graphql.
  • @nestjs-query/query-sequelize - Package that implements a Sequelize service that can be used by itself or with the graphql resolver provided by @nestjs-query/query-graphql.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].