Existence filter for "Object" field type

Object type fields allow users to store an arbitrarily shaped JSON object within an entry. We have modified the GraphQL Delivery API to allow users filtering on whether content is set in an Object field via the _exists filter.

The Developer docs were already stating that the _exists filter is available for all field types.

You can read more about all available collection filters in our developer documentation.