Results 8 comments of okaforcj

> @MichalLytek  > Instead of generic `Error`, the error classes related to `GraphQL` can extend [GraphQLError](https://github.com/graphql/graphql-js/blob/main/src/error/GraphQLError.ts). Not sure if its related but i bumped to apollo server v4 and used...

Thanks a lot, works like a charm. Sorry for disturbing you guys but thanks for the amazing library @MichalLytek and @carlocorradini I really appreciate the help.

hello @xcfox, @itpropro @MichalLytek since this has not been published or merged in, i copied the helper functions source-code for transformation into my application and everything works like a charm,...

@xcfox @ChrisLahaye i think i found a bug, if you use PartialType/Partial on arrays, it seems like it strips the array and give its parameriterised value i.e. when using partial...

> @okaforcj Are you experiencing this issue on my library or the code here? both @ChrisLahaye, i tested your library as well before commenting, can you check it out or...

> @okaforcj I just released version `2.0.0` which should fix this issue. Credits to @caldarellial for reporting this issue and providing the fix. that was quick! thanks for the help!

> @okaforcj > Can you provide `flutter doctor -v` and complete minimal code sample that shows current behavior / use case you mentioned ? if you look at the linked...

@chunhtai thats precisely what i needed, apologies for creating a redundant issue. Thanks for the good work you're doing