All Projects → nestjs → Graphql

nestjs / Graphql

Licence: mit
GraphQL (TypeScript) module for Nest framework (node.js) 🍷

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Graphql

React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+93.97%)
Mutual labels:  graphql, apollo, apollographql
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (-36.44%)
Mutual labels:  graphql, apollo, apollographql
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+124.25%)
Mutual labels:  graphql, apollo, apollographql
Apollo Prophecy
🔮 GraphQL error management made Easy, generate custom machine-readable errors for Apollo Client/Server from the CLI
Stars: ✭ 83 (-88.09%)
Mutual labels:  graphql, apollo, apollographql
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (-40.46%)
Mutual labels:  graphql, apollo, apollographql
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (-86.8%)
Mutual labels:  graphql, apollo, apollographql
Firstsight
前后端分离,服务端渲染的个人博客,基于 Nodejs、 Vue、 Nuxt、Nestjs、PostgreSQL、Apollo
Stars: ✭ 19 (-97.27%)
Mutual labels:  apollo, nest, nestjs
Graphql React Apollo
A GraphQL implementation in React using Apollo.
Stars: ✭ 9 (-98.71%)
Mutual labels:  graphql, apollo, apollographql
Learnapollo
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Stars: ✭ 5,274 (+656.67%)
Mutual labels:  graphql, apollo, apollographql
Graphback
Graphback - Out of the box GraphQL server and client
Stars: ✭ 323 (-53.66%)
Mutual labels:  graphql, apollo, apollographql
Nestjs Cqrs Starter
NestJS CQRS Microservices Starter Project
Stars: ✭ 80 (-88.52%)
Mutual labels:  graphql, apollo, nestjs
Nestjs Learning
nestjs 学习教程 📚,跟我一起学习 nest 框架~ 💪
Stars: ✭ 638 (-8.46%)
Mutual labels:  graphql, nestjs, nest
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (-89.96%)
Mutual labels:  graphql, apollo, apollographql
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (-86.23%)
Mutual labels:  graphql, apollo, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-95.7%)
Mutual labels:  graphql, apollo, apollographql
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (-79.2%)
Mutual labels:  graphql, nestjs, nest
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (-55.95%)
Mutual labels:  graphql, nestjs, nest
Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (-37.88%)
Mutual labels:  graphql, apollo, apollographql
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (-0.43%)
Mutual labels:  graphql, apollo, apollographql
Graphql Crunch
Reduces the size of GraphQL responses by consolidating duplicate values
Stars: ✭ 472 (-32.28%)
Mutual labels:  graphql, apollo

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective

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.

Installation

If you are using express HTTP engine, install the following packages:

$ npm i --save @nestjs/graphql apollo-server-express graphql

In case of fastify, you should install apollo-server-fastify instead.

$ npm i --save @nestjs/graphql apollo-server-fastify graphql

Quick Start

Overview & Tutorial

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

License

Nest is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].