Mathias Hoffmann
Mathias Hoffmann
Hi ! First of all thanks for this very useful package ! Following question may be trivial. ``` render() { const { loading, user } = this.props; return !loading ?...
Hello ! First of all, thanks for mongoose & mongoose-autopopulate. I tried to reduce my example to its simplest form. I'm using Nestjs as backend framework. Reproduction schema is following:...
Hello @abernix ! New version of meteor 2.3 has been just released and it uses node 14. I've forked your package in order to try to make MUP support this...
for people who use new Meteor version 2.3 and need a workaround : you can use temporally `https://hub.docker.com/repository/docker/liitfr/meteord` which is fork of `abernix/meteord` supporting node 14 in your MUP settings...
**Is your feature request related to a problem? Please describe.** I would like to use @tanstack/react-query's useQueries`` hook but I realized it's not supported by `@graphql-codegen/typescript-react-query`. Problem is detailed on...