Add @count to GraphQL schemas and queries

amaster507 commented :

This is pretty high on our feature request list too! Right now in order to do proper pagination in a UI we need total count. The only way to get a total count is to run the query twice. Once get all ids ad the root level with any required fields to appeace @cascade to be similar in data to second query. Then with the second query get the actual data we want with first and offset parameters.