hasura/graphql-engine

Add Interval to BASE Types for Computed Fields

Open

#5.326 aberto em 8 de jul. de 2020

Ver no GitHub
 (1 comment) (12 reactions) (1 assignee)TypeScript (2.787 forks)batch import
a/api/graphqlc/serverhelp wanted

Métricas do repositório

Stars
 (31.371 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador