interface CyberDeepClientOptions<L> {
    apolloClient?: IApolloClient<any>;
    canSelectReturning?: string;
    config: CONFIG;
    cyberClient: CyberClient;
    deep?: DeepClientInstance<L>;
    defaultDeleteName?: string;
    defaultInsertName?: string;
    defaultSelectName?: string;
    defaultUpdateName?: string;
    deleteReturning?: string;
    filesSelectReturning?: string;
    handleAuth?: ((linkId?: Id, token?: string) => any);
    handleOperation?: ((operation: string, query?: any, value?: any, options?: any) => any);
    handlersSelectReturning?: string;
    helia: Helia<Libp2p<ServiceMap>>;
    insertReturning?: string;
    linkId?: Id;
    linksSelectReturning?: string;
    local?: boolean;
    minilinks?: MinilinkCollection<any, Link<Id>>;
    ml?: MinilinkCollection<any, Link<Id>>;
    namespace?: string;
    needConnection?: boolean;
    path?: string;
    remote?: boolean;
    returning?: string;
    secret?: string;
    selectorsSelectReturning?: string;
    selectReturning?: string;
    self?: DeepClientInstance<L>;
    silent?: boolean;
    ssl?: boolean;
    table?: string;
    token?: string;
    treeSelectReturning?: string;
    unsafe?: any;
    updateReturning?: string;
    valuesSelectReturning?: string;
    ws?: boolean;
}

Type Parameters

Hierarchy (view full)

Properties

apolloClient?: IApolloClient<any>
canSelectReturning?: string
config: CONFIG
cyberClient: CyberClient
defaultDeleteName?: string
defaultInsertName?: string
defaultSelectName?: string
defaultUpdateName?: string
deleteReturning?: string
filesSelectReturning?: string
handleAuth?: ((linkId?: Id, token?: string) => any)
handleOperation?: ((operation: string, query?: any, value?: any, options?: any) => any)
handlersSelectReturning?: string
helia: Helia<Libp2p<ServiceMap>>
insertReturning?: string
linkId?: Id
linksSelectReturning?: string
local?: boolean
minilinks?: MinilinkCollection<any, Link<Id>>
namespace?: string
needConnection?: boolean
path?: string
remote?: boolean
returning?: string
secret?: string
selectorsSelectReturning?: string
selectReturning?: string
silent?: boolean
ssl?: boolean
table?: string
token?: string
treeSelectReturning?: string
unsafe?: any
updateReturning?: string
valuesSelectReturning?: string
ws?: boolean
MMNEPVFCICPMFPCPTTAAATR