ash-project / ash_graphql

The extension for building GraphQL APIs with Ash
https://hexdocs.pm/ash_graphql
MIT License
73 stars 49 forks source link

Error defining an aggregate of a calculation #93

Closed ahey closed 1 year ago

ahey commented 1 year ago

A compile time error occurs when defining an aggregate of a calculation. This PR includes a test that reproduces the issue.

zachdaniel commented 1 year ago

Fixed in v0.26.0! Thanks for the report and reproduction!

ahey commented 1 year ago

Thank you @zachdaniel much appreciated!