defradb
defradb copied to clipboard
GraphQL aggregate return type is invalid
The aggregate return types are Float
, but can also return an Int
.
Aggregate return types should be a union: union NumericalAggregate = Float | Int