db1904d97b
`(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.