react-apollo
Version:
React data container for Apollo Client
20 lines (17 loc) • 466 B
text/typescript
export { default as ApolloProvider } from './ApolloProvider';
export {
default as graphql,
MutationOpts,
QueryOpts,
QueryProps,
MutationFunc,
OptionProps,
DefaultChildProps,
OperationOption,
} from './graphql';
export { withApollo } from './withApollo';
// expose easy way to join queries from redux
export { compose } from 'redux';
// re-exports of close dependencies.
export * from 'apollo-client';
export { default as gql } from 'graphql-tag';