Flo Ragossnig

Results 11 comments of Flo Ragossnig

Same problem here. The workaround did not work for me. Just to be clear, my problem was `react-draggable` and **not** `react-resizable`! Further more, it seems like `peerDependencies` are not supported...

I have the same issue with `1.1.6` and `codegen.ts`. However, I am actually already using `package.json` scripts as a light wrapper with a script attached to the command. Unfortunately, this...

I totally agree that this would highly increase the ability of using the auto-generated GraphQL requests without having to gun down everything with custom resolvers! Even more so, as it...

Same seems to happen with Typescript `v4.9.3`. So far reverting to `4.8.4` worked. Is there a fix for `4.9.x` already?

Same issue here! Is there another option than hacking into the generation process?

Well, that's new! All my mutations are in JSON and `uid` as well as `val` works for all other tasks except `count`. Also the example above will produce a valid...

Hi @MichelDiz! Thanks for the reply. I've tried and now I get the error: ``` "line 1 column 98: Only aggregation/math functions allowed inside empty blocks. Got: mas" ``` However,...

Hi @MichelDiz It works! 🙌 Could you elaborate what it does?

Hey @MichelDiz & @mangalaman93! Thanks for keeping this issue alive and sorry for not being active recently. However, I've played around with the query syntax a bit and found some...