BinaryExpressionLiteralBool
type BinaryExpressionLiteralBool {
value: Boolean!
}Fields
value ● Boolean! non-null scalar
Implemented By
Last updated
Was this helpful?
Represents a simple boolean expression stating either true or false'.
type BinaryExpressionLiteralBool {
value: Boolean!
}Boolean! non-null scalarAbacComparisonExpression union ● DataComparisonExpression union
Last updated
Was this helpful?
Was this helpful?