defradb icon indicating copy to clipboard operation
defradb copied to clipboard

GraphQL aggregate return type is invalid

Open nasdf opened this issue 4 months ago • 0 comments

The aggregate return types are Float, but can also return an Int.

Aggregate return types should be a union: union NumericalAggregate = Float | Int

nasdf avatar Oct 02 '24 17:10 nasdf