Documentation
    Preparing search index...

    Type Alias UpsertUserFragment

    type UpsertUserFragment = {
        __typename?: "SimpleUserProfileOutput";
        deleted: boolean;
        email: string;
        firstName?: string | null;
        id: string;
        lastName?: string | null;
        profilePictureUrl?: string | null;
    }
    Index

    Properties

    __typename?: "SimpleUserProfileOutput"
    deleted: boolean
    email: string
    firstName?: string | null
    id: string
    lastName?: string | null
    profilePictureUrl?: string | null