Skip to content

Commit

Permalink
Inline everything into useQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
brainkim committed Aug 5, 2021
1 parent d652dda commit eb40395
Show file tree
Hide file tree
Showing 2 changed files with 639 additions and 13 deletions.
10 changes: 7 additions & 3 deletions src/react/context/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export * from './ApolloConsumer';
export * from './ApolloContext';
export * from './ApolloProvider';
export { ApolloConsumer, ApolloConsumerProps } from './ApolloConsumer';
export {
ApolloContextValue,
getApolloContext,
getApolloContext as resetApolloContext
} from './ApolloContext';
export { ApolloProvider, ApolloProviderProps } from './ApolloProvider';
Loading

0 comments on commit eb40395

Please sign in to comment.