Christoph Werner
Christoph Werner
@marktani Thanks! Would love to see that feature 👍
Where would i look in order to implement this? After all, most of the groundwork for this seems done and things like `TypeCreateManyInput` already exist when you create nested resources....
See https://github.com/prismagraphql/prisma/issues/2723 for another feature request for scalar lists - the default directive!
@jgnieuwhof Sorry for hi-jacking your issue. Just out of interest - how are you using graphql-shield with federation? do you use it on all individual federated services?
Same here, this time in WSL2 Ubuntu `20.04`. Running with `--dev` works, without it, just running `wasm-pack --verbose build --target nodejs` logs: ``` [INFO]: Checking for the Wasm target... [INFO]:...
comment was a leftover from my other issue. disabling wasm-opt also helps here. thanks @ashleygwilliams
I have watch modes with incremental rebuilds for all packages as their `dev` task, one-off optimized builds as their `build` task. Because I want to run all `dev` tasks in...
[dSPACE](https://www.dspace.com/) [](https://upload.wikimedia.org/wikipedia/de/6/6b/DSPACE-Logo.svg)
If I had a clue what the problem is, i'd send a PR right away. Spent a few hours with this, don't have the slightest idea 🤔
I'm not sure this will actually fix HMR with module federation - but i'm looking forward to try!