https://github.com/nestjs/graphql
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
https://github.com/nestjs/graphql
apollo apollographql graphql hacktoberfest javascript nest nestjs nodejs typescript
Last synced: 6 days ago
JSON representation
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
- Host: GitHub
- URL: https://github.com/nestjs/graphql
- Owner: nestjs
- License: mit
- Created: 2017-12-15T15:52:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:19:56.000Z (6 months ago)
- Last Synced: 2024-10-29T14:52:56.596Z (6 months ago)
- Topics: apollo, apollographql, graphql, hacktoberfest, javascript, nest, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage: https://docs.nestjs.com/graphql/quick-start
- Size: 16.4 MB
- Stars: 1,455
- Watchers: 31
- Forks: 396
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - graphql
- awesome-open-source-applications - NestJS GraphQL - commit/nestjs/graphql) |  | (Back-End Development)
- awesome-open-source-applications - NestJS GraphQL - commit/nestjs/graphql) |  | (Back-End Development)
README
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[GraphQL](https://graphql.org/) 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](https://dev-blog.apollodata.com/graphql-vs-rest-5d425123e34b) between GraphQL and REST. GraphQL combined with [TypeScript](https://www.typescriptlang.org/) helps you develop better type safety with your GraphQL queries, giving you end-to-end typing.
## Quick Start
[Overview & Tutorial](https://docs.nestjs.com/graphql/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](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).