ProfileFragment: {
    __typename: "Profile";
    createdAt: string;
    followModule: FeeFollowModuleSettingsFragment | RevertFollowModuleSettingsFragment | UnknownFollowModuleSettingsFragment | null;
    followNftAddress: NetworkAddressFragment | null;
    guardian: {
        cooldownEndsOn: string | null;
        protected: boolean;
    } | null;
    handle: HandleInfoFragment | null;
    id: string;
    interests: string[];
    invitedBy: {
        id: string;
    } | null;
    invitesLeft: number;
    metadata: ProfileMetadataFragment | null;
    onchainIdentity: {
        ens: {
            name: string | null;
        } | null;
        proofOfHumanity: boolean;
        sybilDotOrg: {
            source: {
                twitter: {
                    handle: string | null;
                };
            } | null;
            verified: boolean;
        };
        worldcoin: {
            isHuman: boolean;
        };
    };
    operations: {
        __typename: "ProfileOperations";
        canBlock: boolean;
        canFollow: TriStateValue;
        canUnblock: boolean;
        canUnfollow: boolean;
        id: string;
        isBlockedByMe: OptimisticStatusResultFragment;
        isFollowedByMe: OptimisticStatusResultFragment;
        isFollowingMe: OptimisticStatusResultFragment;
    };
    ownedBy: NetworkAddressFragment;
    peerToPeerRecommendedByMe: boolean;
    signless: boolean;
    sponsor: boolean;
    stats: ProfileStatsFragment;
    txHash: string;
}

Type declaration