1 comment (1 comment)12 reactions (12 reactions)1 assignee (1 assignee)TypeScript2,787 forks (2,787 forks)batch import
a/api/graphqlc/serverhelp wanted
Repository metrics
- Stars
- 31,371 stars (31,371 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
It appears that the postgres 'interval' type isn't considered a base type, so it's not possible for it to be returned as a computed field.
Contributor guide
- Research direction
- Locate the mapping of PostgreSQL base types in the Hasura engine codebase and add 'interval' to allow it to be used as a computed field return type.
- Tech stack
- typescriptgraphqlpostgresql
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PostgreSQLGraphQL