Filters in GraphQL interface sometimes do not provide desired results. If filtering on an empty string, only those objects are displayed that have an empty string at the filtered items. However, the filter should be disabled and show all data.
This behavior has been fixed.
The filters now work as intended:
To benefit from this fix: