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) 192 B
export { createClient, KikstartGraphQLClientConfig, } from './kikstart-apollo-client'; export { GraphQLClient } from './kikstart-graphql-client'; export { ApolloClient } from 'apollo-client';