Vít Rozsíval
Vít Rozsíval
First of all, thank you for this neat library, it works just great! However, there is a small issue I stumbled upon. I would like to use `Nette.validateForm` function which...
According to the documentation the `track.details` property is `object | null` However, the typings for Keen's instance declare `track.details` to be always of type `TrackDetails`. This forces us to override...
### Steps to reproduce 1. Use `config` from `@keystone-6/core` 2. Initialise Keystone config 3. Pass `context` function to `graphql.apolloConfig.context` 4. Return custom `context` object from the function 5. Try accessing...
**Is your feature request related to a problem? Please describe.** Add support for [`useLoadableQuery`](https://www.apollographql.com/docs/react/api/react/hooks/#useloadablequery) released in `@apollo/client` v3.9. **Describe the solution you'd like** Allow `typescript-react-apollo` to generate `useLoadableQuery` hook with...