Skip to main content

Getting Started

The @nestjs-query/query-graphql package provided base Resolvers and graphql type classes to make creating code-first graphql CRUD applications easy.

Installation#

Installation Docs

Docs#

  • DTOs - Documentation about the use of DTOs and associated annotations.
  • Resolvers - Documentation about crud resolvers and their usage.
  • Queries - Documentation about the provided graphql query endpoints.
  • Mutations - Documentation about the provided graphql mutation endpoints.
  • Hooks - Documentation about hooks (e.g before create one).
  • Authorization - Documentation about authorization.
  • Subscriptions - Documentation about enabling subscriptions.
  • Relations - Documentation about specifying relations in your resolvers.
  • Types - Documentation for the provided graphql types.
  • Federation - Documentation for using nestjs-query with federation.