Skip to content

A mirror of the distribution express-graphql package that contains support for subscriptions for use in the GraphQL in Motion course

Notifications You must be signed in to change notification settings

graphql-in-motion/express-graphql

Repository files navigation

graphql-in-motion_express-graphql

This serves as a modified version of the express-graphql package that has native support for subscriptions. Unfortunately, the express-graphql, package does not have support for subscriptions. Support was introduced in express-graphql/#436, however movement on the PR has been stagnant.

This is intended as a drop-in replacement for the package until the functionality introduced in #436 has been released.

Installation

yarn add graphql-in-motion_express-graphql

server.js

import graphqlHTTP from 'graphql-in-motion_express-graphql'; 

About

A mirror of the distribution express-graphql package that contains support for subscriptions for use in the GraphQL in Motion course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published