ExistsQueryedit

Matches documents that have at least one non-null value in the original field.

Propertiesedit

field (string, required)
The field to check for non-null values in.

Exampleedit

{
   "field" : "string"
}