In GQL, objects which do not have a value for a property cannot be returned by queries on that property, so what you're asking for is impossible without a default value.
Reference: section headed "Entities Without a Filtered Property Are Never Returned by a Query" on this page.