ContextPropertyKey

Key for referencing external instances needed when executing query, mutation and more.

internal val customClientKey = ContextPropertyKey<CustomClient>()

Constructors

Link copied to clipboard
constructor()