Files
apollo/types
Daniel Hritzkiv db1904d97b fix(ts): 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.
2019-05-02 17:52:51 +02:00
..
2019-01-09 09:36:00 +01:00
2018-09-07 22:36:49 +02:00
2019-01-09 09:36:00 +01:00
2018-09-07 22:36:49 +02:00