Maxence Lecanu

Results 28 comments of Maxence Lecanu

> One issue I see with using TypeScript to run data migrations is the schema evolution over time. > > Schema changes like renaming or removing fields or entire models...

Hello :) I took a look at the GraphQL-Gate project, which looks very nice! That being said, providing query complexity raises many concerns on our side. In a nutshell: -...

Thanks for your answer :) > Out of curiosity, is this 30 seconds a real scenario you are running into, or more hypothetical? It is, but not with Pothos. Our...

Hello ! We will use this issue to centralize discussions about query complexity and related rate-limiting. Holidays went by but we discussed internally with @c3b5aw about this matter. Ideally, our...

*Note: our position on this matter is definitely not a steady one and should be expected to be both plastic and likely to evolve.* *Note (1)*: Two papers that we...

Hello ! A quick update on where we stand, and what our first level of implementation will look like: 1. We decided to keep the query complexity as simple as...

Sure ! It can be configurable, I would leave it as a configuration option (stored in the `.mookme.json`), and make it default to the current value :) The recursive search...

If you're willing to contribute, this can be a good first issue, I'll provide a technical strategy asap !

Mookme v1.* worked like this, so it had the advantage you mention (it knows where to look packages for), but it had a few drawbacks: The initialization was a lot...

Hello ! The fact that the directory is named `.hooks` is just something I decided when implementing Mookme in the first place :). I obviously don't have strong opinions on...