Member Junction
    Preparing search index...

    Where a resolved key came from, so an action can say so in its output.

    interface ResolvedApolloKey {
        apiKey: string;
        companyIntegrationID: string;
        source: "credential" | "environment";
    }
    Index

    Properties

    apiKey: string
    companyIntegrationID: string

    The CompanyIntegration row's id when resolved through a company; null otherwise.

    source: "credential" | "environment"