kriasoft / kriasoft/graphql-starter-kit
big int
Open
- Dominant language
- TypeScript
- Stars
- 4k
- Forks
- 552
- PR merge metrics
- No merged PRs in 30d
Description
Hello and great job
add bigint in list in file : update-types.ts
const type = ["integer", "numeric", "decimal"].includes(x.type)
because it put it like a string
Contributor guide
Research direction
Open update-types.ts and inspect the type list containing "integer", "numeric", and "decimal". Add bigint to the relevant mapping and verify that bigint values are no longer represented as strings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, typescript
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100