panter / ra-data-prisma

Packages to connect react-admin with prisma version 2
MIT License
84 stars 28 forks source link

fix: typegraphql aggregation query count property #101

Closed matcic closed 3 years ago

matcic commented 3 years ago

Since typegraphql-prisma v0.14.3 an underscore has been added to all aggregation properties hence count should be renamed to _count.

macrozone commented 3 years ago

This is already done in beta. Sorry this has not been merged to master yet