Home
Softono

Nestjs Query

Open source MIT TypeScript
845
Stars
142
Forks
125
Issues
14
Watchers
3 months
Last Commit

 About Nestjs Query

Easy CRUD for GraphQL.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Nestjs Query?

We provide expert installation service for this software. Our team will install, configure, and secure Nestjs Query on your server. plans start at just $30.

Nestjs Query

View on GitHub

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.