UNPKG

react-apollo

Version:
7 lines (6 loc) 363 B
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';