Gabin Aureche
Gabin Aureche
Thanks for the kind words 😊 Have you tried to play with the minSpeed/maxSpeed options? If TheaterJS had a `.addLineScene` method, would you always use it or mix it with...
Thanks for the details, it's perfectly clear 😉 This is not something TheaterJS can do right now but it could be considered. It raises a few questions though: * Is...
That's an interesting use case, not sure what would be best here as the schema defines an infinite recursion. So it's impossible to satisfy the type definition, unless perhaps through...
> perhaps i can add another option like nullableIgnoredExceptions: ['ProductCategory'] for my use case. I think that would be a great solution as it's not possible to create an object...
That makes a lot of sense and would also make our code simpler. To add to your observations, we also need to introduce a helper type `DeepPartial`: ```diff - export...
Could you share a reproduction please? Feel free to use the minimal example as a starting point: https://stackblitz.com/github/zhouzi/graphql-codegen-factories/tree/main/examples/minimal?file=package.json It could come from a specificity in the schema, a graphql version,...
@jsve are you still having issues using the plugin? It'd be really helpful if you could share a reproduction.
I am closing this issue but feel free to reopen with more details.
I'll update the versions and see if I can reproduce this bug.
Thanks for sharing! I suspect the issue is that the plugin doesn't use the same version of the packages as the project. But I will have to run some tests.