Skip to content

Commit

Permalink
Doc formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 21, 2022
1 parent 3e00bcc commit a4daea7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/src/routes/api/query.svx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,10 @@ import { loadAll, load_MyQuery, load_MyOtherQuery } from '$houdini'

export async function load(event) {
return {
...(await loadAll(load_MyQuery({ event }), load_MyOtherQuery({ event })))
...(await loadAll(
load_MyQuery({ event }),
load_MyOtherQuery({ event })
))
}
}
```
Expand Down

1 comment on commit a4daea7

@vercel
Copy link

@vercel vercel bot commented on a4daea7 Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.