ContextReceiverBuilder

Builder for setting external instances needed when executing query, mutation and more.

Usage:

var ContextReceiverBuilder.customClient: CustomClient
get() = error("You cannot retrieve a builder property directly.")
set(value) = set(customClientKey, value)

See also

Inheritors

Functions

Link copied to clipboard
abstract operator fun <T : Any> set(key: ContextPropertyKey<T>, value: T)