MutationReceiver
interface MutationReceiver
Extension receiver for referencing external instances needed when executing mutate.
Usage:
class KtorReceiver(
val client: HttpClient
) : QueryReceiver, MutationReceiver
Content copied to clipboard
Inheritors
Types
Link copied to clipboard
Default implementation for MutationReceiver.