Using GraphQL to retrieve all meetings with a particular tracking_field

I’m new to GraphQL and am hoping that it can simplify my code. I want to create a report that shows all meetings for any user with a particular tracking field. For example, what are all of the meetings with a tracking_field value of “Support” scheduled for today?
Currently, I have to get a list of all users, get all of their meetings, and filter that collection by tracking_field and then by date.
I haven’t found this type of query documented, but it may be in a form that I’m not used to seeing. Any help, even “You can’t do that (yet).” is welcome.

Hi @Hakkarainen

We do not have the feature available at the moment. But we will consider implementing this in the future.