64 bit numbers come back as strings even if defined with Schema.Number
Open
- Dominant language
- TypeScript
- Stars
- 157
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I've got some 64 bit IDs in my system that I've defined in my schema as a `Schema.number`. However, when I dump the objects out that are being returned from queries they are strings. I understand why this is and it makes sense, but it would be nice to get an error from postguard or somewhere. Right now the types aren't accurate and that's confusing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.