Results 10 comments of Bahaa

I fixed it by including a `gcp-build` script in my `package.json` file. ```json "scripts": { "start": "node ./build/server/index.js", "gcp-build": "tsc" }, ```

@avaly An example would be the default `Date.now` function. We use it in mongoose when you want a field to have the current date at the moment of creation. As...

@avaly please take a look at this. Thanks a lot.

So I started today by testing things out. I edited the main issue body to reflect my findings.

@ejmartin504 Thanks for the response. If I'm to implement this, would you allow such a API change ? or will I have to implement in a way that's compatible with...

@ejmartin504 I might be wrong here. But I think the deep default limitation is a result of the API design. As it is right now, I'm finding it really hard...

@ejmartin504 From an API standpoint, I think the defaults API of `ts-mongoose` (may she rest in piece) is a good place to be at. ```ts const userSchema = schema( {...

@JoviDeCroock Can I ask why was this closed ? I'm running into this issue and would love for this to move forward.

We're running into the same issue. I'm positive that I'm querying `pageInfo.hasPreviousPage` and also positive that my server is returning the correct value for it. But the URQL client is...