UNPKG

apollo-angular

Version:

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

12 lines (11 loc) 630 B
export type { TypedDocumentNode } from '@apollo/client'; 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 { Flags, NamedOptions, ResultOf, VariablesOf } from './types'; export { gql } from './gql'; export { onlyCompleteData, onlyComplete, onlyCompleteFragment } from './only-complete-data';