Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/graphql_deno/lib/subscription/README.md

GraphQL-JS ported to Deno
Latest
File

GraphQL Subscription

The graphql/subscription module is responsible for subscribing to updates on specific data.

import { subscribe, createSourceEventStream } from 'graphql/subscription'; // ES6
var GraphQLSubscription = require('graphql/subscription'); // CommonJS