Member Junction
    Preparing search index...

    A contact from the saved-contact search. Thin for the same reason as ApolloAccount.

    interface ApolloContact {
        email: string;
        firstName: string;
        id: string;
        labelIds: string[];
        labelNames: string[];
        lastName: string;
        name: string;
        organizationName: string;
        title: string;
    }
    Index

    Properties

    email: string
    firstName: string
    id: string
    labelIds: string[]

    Membership ids as returned (quirk #5).

    labelNames: string[]

    CURRENT label names resolved from labelIds — load-bearing for moves (quirk #1).

    lastName: string
    name: string
    organizationName: string

    Employer name; '' when Apollo has none on the contact.

    title: string