research icon indicating copy to clipboard operation
research copied to clipboard

Design API for data aggregations

Open yanivtal opened this issue 7 years ago • 1 comments

Right now we don't support store.get so we can't handle aggregations. Let's think through this use case holistically.

yanivtal avatar Aug 01 '18 18:08 yanivtal

For reference, Prisma are still working on this as well (I believe they only have counting implemented at the moment). Their current proposal is based on a Relay-style connection/edges/nodes API: https://github.com/prismagraphql/prisma/issues/1312

Jannis avatar Aug 15 '18 10:08 Jannis