hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.21k stars 2.78k forks source link

Add Interval to BASE Types for Computed Fields #5326

Open jpulec opened 4 years ago

jpulec commented 4 years ago

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.

swapnil2525kangralkar commented 3 years ago

I am getting this same issue