Use the aggregate queries. Something like:
query {
aggregateMyType {
count
}
}
I think this was added in 20.07 if I remember correctly. So anything you read dated prior to July 2020 will not reflect that counts are now available.
Use the aggregate queries. Something like:
query {
aggregateMyType {
count
}
}
I think this was added in 20.07 if I remember correctly. So anything you read dated prior to July 2020 will not reflect that counts are now available.