Hello, I am attempting to search for entities in Atlas of a given type that do not have a specific classification. I took a look at the grammar but it is not obvious how to construct the query that I am looking for.
I tried doing: FROM myType WHERE NOT myType isa ClassificationIWantFiltered but that query led to a NullPointerException. Any advice is appreciated Thanks!
