Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nestjs-query

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-query

  • 1.1.1
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by233.33%
Maintainers
1
Weekly downloads
 
Created
Source

Nestjs-query Logo

Test codecov 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

  • @eavios/nestjs-query-core - Defines all interfaces and utility types implemented by the other packages.
  • @eavios/nestjs-query-graphql - Package that provides the graphql resolver and decorators for crud endpoints.
  • @eavios/nestjs-query-mongoose - Package that implements a Mongoose service that can be used by itself or with the graphql resolver provided by @eavios/nestjs-query-graphql.
  • @eavios/nestjs-query-sequelize - Package that implements a Sequelize service that can be used by itself or with the graphql resolver provided by @eavios/nestjs-query-graphql.
  • @eavios/nestjs-query-typegoose - Package that implements a Typegoose service that can be used by itself or with the graphql resolver provided by @eavios/nestjs-query-graphql.
  • @eavios/nestjs-query-typeorm - Package that implements a Typeorm service that can be used by itself or with the graphql resolver provided by @eavios/nestjs-query-graphql.

Development

If you'd like to contribute to this project, all you need to do is clone this project and run:

$ yarn

# To build all packages
$ yarn nx run-many --target=build --all

# To run all tests
$ yarn nx run-many --target=test --all

# To run the E2E tests
$ docker-compose -f examples/docker-compose.yml up -d
$ yarn nx e2e examples

# To build one package
$ yarn nx build query-graphql

Collaboration

If you have questions or issues, please open an issue!

FAQs

Package last updated on 19 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc