You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOT someValue IS TRUE is handled by the grammar as (NOT someValue) IS TRUE, but according to the GQL spec it should be NOT (someValue IS TRUE).
Probably, changing the order of alternatives in valueExpression should help.
NOT someValue IS TRUEis handled by the grammar as(NOT someValue) IS TRUE, but according to the GQL spec it should beNOT (someValue IS TRUE).Probably, changing the order of alternatives in
valueExpressionshould help.