Jeremías Díaz

Results 16 comments of Jeremías Díaz

Has anyone found a workaround that doesn't involve using defaultValues or validate: false on insert?

- [ ] **Apps should throw errors and exit when not able to establish initial connections**: This includes (but is not restricted to) `mongodb`, `web3` and `sendgrid`

For anyone who's interested in a temporary workaround: As I said, I created a docker image that takes the entities schema as input and outputs the full subgraph GQL API...

Yup, still relevant. Just updated the image to be in sync with the current graph node master btw

> For GraphQL Codegen purposes just providing the URL should work by giving the subgraph URL. The idea is to be able to iterate and develop locally without having to...

Indeed, the regexp sees the string literal and assumes it's a text value instead of a parameter. My workaround was to assign the parameter object previously like so: ``` const...

Sure, I'm just doing my part by reporting. I understand that you have your priorities and it's perfectly ok. Maybe I'll get around to fixing it myself and submitting a...

That's awesome, I can't wait for the next version.

I'm going to shamelessly bump this. I know fixing the bug is not trivial (lots of moving parts, updating the image, helm chart, tests, making sure everything works, etc etc)....