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.
Last update: August 23, 2021