hasura/graphql-engine

Add Interval to BASE Types for Computed Fields

Open

#5,326 opened on Jul 8, 2020

View on GitHub
 (1 comment) (12 reactions) (1 assignee)TypeScript (2,787 forks)batch import
a/api/graphqlc/serverhelp wanted

Repository metrics

Stars
 (31,371 stars)
PR merge metrics
 (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