Interface HonuaContextValue

Value carried by HonuaContext: the active client and its query cache.

interface HonuaContextValue {
    cache: HonuaQueryCache;
    client: HonuaClient;
}

Properties

Properties

client: HonuaClient