awaitElement

suspend fun <T> Channel<T>.awaitElement(timeoutMillis: Long = 30000): T

Deprecated

This function is not Apollo specific and will be removed in a future version. Copy/paste it in your codebase if you need it