default: {
    GraphApiClient: symbol;
    NLPClient: symbol;
    accessToken: symbol;
    userId: symbol;
    userPrimaryKey: symbol;
} = ...

The Inversify type identifiers at runtime

Type declaration

  • GraphApiClient: symbol

    The Graph client for Graph Data CRUD.

  • NLPClient: symbol

    The AI client for entity extractions.

  • accessToken: symbol

    The OAuth 2 access token the currently logged-in user use for access backend API.

  • userId: symbol

    The OIDC ID (i.e. the Natural Key) of the currently logged-in user.

  • userPrimaryKey: symbol

    The database Primary Key associated with user.

Generated using TypeDoc