You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix schema-mutator to mutate models separately for input/output contexts
Models used as both input and output must be mutated separately:
- Output context produces 'Foo'
- Input context produces 'FooInput'
Previously, all models were mutated with Output context only, causing
duplicate type names when rendering both variants.
0 commit comments