UNPKG

612 BTypeScriptView Raw
1export type { TypedDocumentNode } from '@apollo/client/core';
2export { ApolloModule } from './apollo-module';
3export { Apollo, ApolloBase } from './apollo';
4export { QueryRef, QueryRefFromDocument } from './query-ref';
5export { Query } from './query';
6export { Mutation } from './mutation';
7export { Subscription } from './subscription';
8export { APOLLO_OPTIONS, APOLLO_NAMED_OPTIONS, APOLLO_FLAGS } from './tokens';
9export type { NamedOptions, SubscriptionResult, WatchQueryOptions, ExtraSubscriptionOptions, MutationResult, Flags, VariablesOf, ResultOf, } from './types';
10export { gql, graphql } from './gql';