firstElementOfType

@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v4_0_0)
fun <T : Any, U : Any> BooleanExpression<T>.firstElementOfType(type: KClass<U>): U?

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.