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 renderName for scalar types to escape TypeScript reserved keywords
Fixes scalar type generation to properly escape TypeScript reserved keywords
like 'bigint' by using the existing renderName() function. This prevents
compilation errors when GraphQL schemas contain scalars with reserved names.
Fixes#1354
0 commit comments