Skip to content

Commit

Permalink
Merge branch 'pp-byo-graphql-client' of github.com:redwoodjs/redwood …
Browse files Browse the repository at this point in the history
…into pp-byo-graphql-client
  • Loading branch information
peterp committed Nov 24, 2020
2 parents 05bf9e1 + f2147fd commit 4c6dee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/GraphQLHooksProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const GraphQLHooksContext = React.createContext<GraphQLHooks>({
})

/**
* GraphQLHooksProvider stores a standard `useQuery` hook for Redwood
* GraphQLHooksProvider stores standard `useQuery` and `useMutation` hooks for Redwood
* that can be mapped to your GraphQL library of choice's own `useQuery`
* and `useMutation` implementation.
*
Expand Down

0 comments on commit 4c6dee4

Please sign in to comment.