hasura/graphql-engine

Add Interval to BASE Types for Computed Fields

Open

#5.326 geöffnet am 8. Juli 2020

Auf GitHub ansehen
 (1 Kommentar) (12 Reaktionen) (1 zugewiesene Person)TypeScript (2.787 Forks)batch import
a/api/graphqlc/serverhelp wanted

Repository-Metriken

Stars
 (31.371 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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