You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a workload where I need a lot of aggregate information. It would be great to be able to query an aggregate field on Relay-style connection types, similar to the way Supabase handles aggregates. A brief look at PaginationManipulator.php makes it seem like a pretty straightforward thing to implement. I may be willing to implement this feature once a design is fully scoped out.