I am looking for all cards where the key has been returned. Closest I have been able to find is the has and hasNot, but hasNot isnt property based.
Trying to get it to be something like this g.V().hasLabel('card').both().DOESNOTHAVE('keyReturned',false)
A hasAll would work as well