Package Exports
- @nestjs/graphql
- @nestjs/graphql/dist
- @nestjs/graphql/dist/decorators
- @nestjs/graphql/dist/decorators/index.js
- @nestjs/graphql/dist/decorators/param.utils
- @nestjs/graphql/dist/decorators/param.utils.js
- @nestjs/graphql/dist/enums/class-type.enum
- @nestjs/graphql/dist/enums/class-type.enum.js
- @nestjs/graphql/dist/enums/gql-paramtype.enum
- @nestjs/graphql/dist/enums/gql-paramtype.enum.js
- @nestjs/graphql/dist/factories/params.factory
- @nestjs/graphql/dist/factories/params.factory.js
- @nestjs/graphql/dist/graphql-ast.explorer
- @nestjs/graphql/dist/graphql-ast.explorer.js
- @nestjs/graphql/dist/graphql-schema.builder
- @nestjs/graphql/dist/graphql-schema.builder.js
- @nestjs/graphql/dist/graphql-schema.host
- @nestjs/graphql/dist/graphql-schema.host.js
- @nestjs/graphql/dist/graphql-types.loader
- @nestjs/graphql/dist/graphql-types.loader.js
- @nestjs/graphql/dist/graphql.constants
- @nestjs/graphql/dist/graphql.constants.js
- @nestjs/graphql/dist/graphql.factory
- @nestjs/graphql/dist/graphql.factory.js
- @nestjs/graphql/dist/graphql.module
- @nestjs/graphql/dist/graphql.module.js
- @nestjs/graphql/dist/index.js
- @nestjs/graphql/dist/schema-builder/schema-builder.module
- @nestjs/graphql/dist/schema-builder/schema-builder.module.js
- @nestjs/graphql/dist/schema-builder/storages/lazy-metadata.storage
- @nestjs/graphql/dist/schema-builder/storages/lazy-metadata.storage.js
- @nestjs/graphql/dist/schema-builder/storages/type-metadata.storage
- @nestjs/graphql/dist/schema-builder/storages/type-metadata.storage.js
- @nestjs/graphql/dist/schema-builder/utils/get-fields-and-decorator.util
- @nestjs/graphql/dist/schema-builder/utils/get-fields-and-decorator.util.js
- @nestjs/graphql/dist/schema-builder/utils/get-interfaces-array.util
- @nestjs/graphql/dist/schema-builder/utils/get-interfaces-array.util.js
- @nestjs/graphql/dist/schema-builder/utils/is-target-equal-util
- @nestjs/graphql/dist/schema-builder/utils/is-target-equal-util.js
- @nestjs/graphql/dist/services
- @nestjs/graphql/dist/services/base-explorer.service
- @nestjs/graphql/dist/services/base-explorer.service.js
- @nestjs/graphql/dist/services/index.js
- @nestjs/graphql/dist/services/resolvers-explorer.service
- @nestjs/graphql/dist/services/resolvers-explorer.service.js
- @nestjs/graphql/dist/services/scalars-explorer.service
- @nestjs/graphql/dist/services/scalars-explorer.service.js
- @nestjs/graphql/dist/type-helpers/type-helpers.utils
- @nestjs/graphql/dist/type-helpers/type-helpers.utils.js
- @nestjs/graphql/dist/utils
- @nestjs/graphql/dist/utils/add-class-type-metadata.util
- @nestjs/graphql/dist/utils/add-class-type-metadata.util.js
- @nestjs/graphql/dist/utils/decorate-field-resolver.util
- @nestjs/graphql/dist/utils/decorate-field-resolver.util.js
- @nestjs/graphql/dist/utils/extend.util
- @nestjs/graphql/dist/utils/extend.util.js
- @nestjs/graphql/dist/utils/generate-token.util
- @nestjs/graphql/dist/utils/generate-token.util.js
- @nestjs/graphql/dist/utils/index.js
- @nestjs/graphql/dist/utils/reflection.utilts
- @nestjs/graphql/dist/utils/reflection.utilts.js
- @nestjs/graphql/dist/utils/remove-temp.util
- @nestjs/graphql/dist/utils/remove-temp.util.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nestjs/graphql) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
GraphQL is a powerful query language for APIs and a runtime for fulfilling those queries with your existing data. It's an elegant approach that solves many problems typically found with REST APIs. For background, we suggest reading this comparison between GraphQL and REST. GraphQL combined with TypeScript helps you develop better type safety with your GraphQL queries, giving you end-to-end typing.
Quick Start
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.