Nick Messing

Results 5 issues of Nick Messing

Note: this is technically a breaking change because now `useQuery` always returns `options` as a ref, instead of whatever came in as argument. However the probability that people rely on...

**Is your feature request related to a problem? Please describe.** Some third-party libraries rely on types from vue-apollo, a good potential strategy would be to expose all types (probably renamed)...

enhancement

**Is your feature request related to a problem? Please describe.** I'm working on [vue-tinybase](https://vue-tinybase.com/) (really early-stage for now), and I use types defined as "internal" for some type computations. Is...

more info required

**Is your feature request related to a problem? Please describe.** In node.js 23 we have [`--experimental-strip-types`](https://nodejs.org/en/learn/typescript/run-natively#running-typescript-code-with-nodejs) now which allows us to run `.ts` files directly (with some limitations) and import...