How to get company locations data filtered by zip code

How can I make a graphQL query that will only display companies with company locations with a certain zip code? Is this possible?

Hi Amelia,

This doesn’t look like it’s directly possible - you could get all companies and then use the CompanyLocationConnection connection, to filter by Zipcode - but it seems it would be a separate query.