Fabrizio

Results 103 comments of Fabrizio

@juhaelee This is great! I'm using the same setup on my app, but i was very curious to see `Jest` setup for this kind of environment, i tried to set...

Hi @droslean you can try using the `Edge` function something along this line: ```go Select(`uid`).Edge("expand(_all_)", dqlx.Select(` expand(_all_) `)). ```

Hi, @smolleyes apologize for the delay, Unfortunately after RethinkDB shutdown, and `thinky` to be unmaintained I lost motivation to move this project forward, I will wait for few months and...

@deep-c Hi deep-c thanks for opening this issue, going trough the source-code I saw that pagination is done with the following parameters: `offset`: 10 - `skip`: 2 not sure why...

> Also one other thing i noticed when attempting to use relay style pagination was that when i used after and first the next page included the after cursor result....

@deep-c Hi your point is correct, I can't remember why I used the `offset` param instead of `limit` which I will definitely fix. Regarding the `maxLimit` option can be set...

Hi @deep-c at the moment is not possible to set a `description` to an autogenerated `GraphQLType` of course this is something I want to support. Do you have any idea...

@pedroabreu it could be a workaround; But just for people that use `field level` validation. If you are using `validationSchema` and `yup` the `validateField` function is not an option. This...

I have the exact same issue, terragrunt is taking a minute to run and iterating on it is frustrating 😢

This is beautiful!! Will look at it over the weekend!!! Sorry for the late answer