···15151616Both libraries offer a `useMutation` hook and a `Mutation` component. The latter accepts the same
1717parameters but we won't cover it in this guide. [Look it up in the API docs if you prefer
1818-render-props components.](../api/urql.md#components)
1818+render-props components.](../api/urql.md#mutation-component)
19192020### Sending a mutation
2121
+1-1
docs/basics/queries.md
···14141515Both libraries offer a `useQuery` hook and a `Query` component. The latter accepts the same
1616parameters but we won't cover it in this guide. [Look it up in the API docs if you prefer
1717-render-props components.](../api/urql.md#components)
1717+render-props components.](../api/urql.md#query-component)
18181919### Run a first query
2020