Graphql Mutation with multiple selector(using AND operand in where clause)

The client shouldn’t be dictating the count, the server should. This would require usage of the model lifecycles (which I’m not sure work with GQL, will have to test), or customizing the resolver.

If you want an absolute method, you cron a count cron script (either built in or external) that regularly updates the count. But the user making the query shouldn’t dictate this.