UNPKG

kikstart-graphql-client

Version:

Small NodeJS Wrapper around apollo-client that provides easy access to running queries, mutations and subscriptions.

4 lines (3 loc) 135 B
import { GraphQLServer, PubSub } from 'graphql-yoga'; export declare const pubsub: PubSub; export declare const server: GraphQLServer;