Member Junction
    Preparing search index...

    Context user payload passed from auth middleware to GraphQL resolvers.

    interface UserPayload {
        apiKey?: string;
        apiKeyHash?: string;
        apiKeyId?: string;
        email: string;
        emailVerified?: boolean;
        isSystemUser?: boolean;
        sessionId?: string;
        userRecord?: UserInfo;
    }
    Index

    Properties

    apiKey?: string
    apiKeyHash?: string
    apiKeyId?: string
    email: string
    emailVerified?: boolean
    isSystemUser?: boolean
    sessionId?: string
    userRecord?: UserInfo