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
I want integer types without a format to be treated as bigint in a typescript generator. If I run the command with --type-mappings integer=BigInt it works, but I want to constrain it to only integers in the schema without an explicit format. Any ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want integer types without a format to be treated as bigint in a typescript generator. If I run the command with
--type-mappings integer=BigInt
it works, but I want to constrain it to only integers in the schema without an explicit format. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions