Skip to content
Prev Previous commit
Next Next commit
more links in TOC
  • Loading branch information
bmullan91 committed Mar 13, 2019
commit 0f5a51254024f32cbb94057937ed676ed9fed0dc
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ function MyComponent() {
- [Authentication](#Authentication)
- [Fragments](#Fragments)
- [Migrating from Apollo](#Migrating-from-Apollo)
- [ApolloClient ➡️ GraphQLClient](#ApolloClient--GraphQLClient)
- [ApolloClient ➡️ GraphQLClient](#apolloclient-️-graphqlclient)
- [ApolloProvider ➡️ ClientContext.Provider](#apolloprovider-️-clientcontextprovider)
- [Query Component ➡️ useQuery](#query-component-️-usequery)
- [Mutation Component ➡️ useMutation](#mutation-component-️-usemutation)

## API

Expand Down Expand Up @@ -509,7 +511,7 @@ function App({ client }) {
}
```

### Query Component ➡️ useQuery()
### Query Component ➡️ useQuery

```diff
- import { Query } from 'react-apollo'
Expand Down