graphql-code-generator-unmask-fragment

JSON →
library 1.2.0 ·javascript
verified Jun 7, 2026

A helper library for graphql-code-generator client-preset that provides the `UnmaskFragment` utility type and `makeFragmentData` function to work around the nested fragment masking issue (https://github.com/dotansimha/graphql-code-generator/issues/9702). Version 1.2.0 is current; the package is stable with no frequent releases. It is an interim solution until the upstream PR is merged. Key differentiator: resolves typing problems with nested fragments in client-preset without workarounds.