react-apollo
Version:
React data container for Apollo Client
7 lines (6 loc) • 363 B
TypeScript
export { default as ApolloProvider } from './ApolloProvider';
export { default as graphql, MutationOpts, QueryOpts, QueryProps, MutationFunc, OptionProps, DefaultChildProps, OperationOption } from './graphql';
export { withApollo } from './withApollo';
export { compose } from 'redux';
export * from 'apollo-client';
export { default as gql } from 'graphql-tag';