Query based on eq() stopped working for one predicate

After adding new node with edge nodeType set to variable the query from above that was not returning anything started to show correct results:

{
  result(func: has(staticId)) @filter(eq(nodeType,"variable")) {
    uid
  }
}