or

fun <T : Any> or(vararg other: BooleanExpression<T>): BooleanExpression<T>


@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v4_0_0)
fun <T : Any> BooleanExpression<T>.or(vararg other: BooleanExpression<T>): BooleanExpression<T>

Deprecated (with error)

This was only used in internal API and shouldn't have been part of the public API. If you needed this, please open an issue.