Reuse common custom scalars
Open
enhancement
- Dominant language
- Python
- Stars
- 17
- Forks
- 10
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
For common datatype needs, let's reuse existing definitions of custom scalars to avoid starting from scratch. Clear benefit is that those scalars are already accompanied by the resolver functions.
See: https://the-guild.dev/graphql/scalars
Clear examples are: `date`, `timestamp`, etc.
Contributor guide
Assessment
This issue has not been assessed yet.