KtorReceiver

fun KtorReceiver(client: HttpClient): KtorReceiver

Deprecated

Use standard receiver instead.

Replace with

Creates a new receiver that uses the given client to send queries and mutations.

Parameters

client

The Ktor client to use.