UNPKG

apollo-angular

Version:

Use your GraphQL data in your Angular app, with the Apollo Client

11 lines (10 loc) 695 B
export type { TypedDocumentNode } from '@apollo/client/core'; export { provideApollo, provideNamedApollo } from './apollo-module'; export { Apollo, ApolloBase } from './apollo'; export { QueryRef, QueryRefFromDocument } from './query-ref'; export { Query } from './query'; export { Mutation } from './mutation'; export { Subscription } from './subscription'; export { APOLLO_OPTIONS, APOLLO_NAMED_OPTIONS, APOLLO_FLAGS } from './tokens'; export type { ExtraSubscriptionOptions, Flags, MutationOptionsAlone, MutationResult, NamedOptions, QueryOptionsAlone, ResultOf, SubscriptionOptionsAlone, VariablesOf, WatchQueryOptions, WatchQueryOptionsAlone, } from './types'; export { gql } from './gql';