Skip to main content
Version: 3.11.0

Boolean

A boolean data type is declared with the bool keyword and can only take the values true or false.

nGQL supports using boolean in the following ways:

  • Define the data type of the property value as a boolean.
  • Use boolean as judgment conditions in the WHERE clause.