Skip to content

Commit

Permalink
Fix broken link to /apis/types in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
runjak committed Mar 6, 2024
1 parent b4bfd63 commit 0549f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/features/queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ console.log(res.rows[0]) // ['Brian', 'Carlson']

### Types

You can pass in a custom set of type parsers to use when parsing the results of a particular query. The `types` property must conform to the [Types](/api/types) API. Here is an example in which every value is returned as a string:
You can pass in a custom set of type parsers to use when parsing the results of a particular query. The `types` property must conform to the [Types](/apis/types) API. Here is an example in which every value is returned as a string:

```js
const query = {
Expand Down

0 comments on commit 0549f3f

Please sign in to comment.