Benjamin Storrier

Results 17 comments of Benjamin Storrier

FWIW I got bitten with these changes moving from `1.0.0` to `1.1.0` with our extended connections with a `totalCount` field. Documentation is not altogether clear and release notes don't appear...

This _is_ part of the spec isn't it? https://spec.graphql.org/October2021/#sec-Input-Object-Extensions Would really love this :)

Hope this is useful Related commentary SerializableParam @csantos42 If I want to provide a parameter to selectorFamily ``` interface MySelectorParam { a: string b: string } ``` For selectorFamily I...

Ditto 10.8.0 This issue is of particular concern to those using `next js` > 12.1 as this is causing issues with SSR

I am also interested in finding the solution to this. I would have assumed that the types would only be generated for the requested fragment. so `...on Group {` should...

If this happens to help anyone: I am using Next js and have a desire to run this in a web worker and the following is working nicely. (Nextjs is...

Just wondering if there's any updates on this? :)

Thanks guys - I'll check that out. If an op reads this - Perhaps it is worth putting a call out for people who can keep up to date with...