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(generator): use dynamic root type names in SelectionSets.ts
Replace hardcoded "Query" and "Mutation" type names with dynamic
references to actual root type names from the schema. This allows
schemas with custom root type names (e.g., QueryRoot, MutationRoot)
to work correctly.
Fixes#1353
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments