db1904d97bdd41c06e85a15b2eb1acb6b7728783
skip and prefetch query options definitions (#556)
`(context: any) => any | boolean` was technically `(context: any) => (any | boolean)` which ultimately resolves to `(context: any) => any`. `skip` and `prefetch` can take a plain boolean, so this fixes that issue.
Description
Languages
TypeScript
43%
JavaScript
36.5%
Vue
19.2%
HTML
1.2%
