If we need to fetch data from an external API, but we only need those results that satisfy some condition (such as having a field with a non-empty value), and the API does not support filtering, we can then use Gato GraphQL to implement an API gateway that removes those entries that do not satisfy our condition.
For instance, when invoking the REST API endpoint /users from some WordPress site, we can filter out those users that have the url field empty: