research
research copied to clipboard
Design API for data aggregations
Right now we don't support store.get so we can't handle aggregations. Let's think through this use case holistically.
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