add profile image for followers
This commit is contained in:
parent
284334606d
commit
82ff8546d4
@ -3803,11 +3803,13 @@ export type GetUserFollowingFollowersQuery = {
|
||||
__typename?: "UserGQL";
|
||||
id: number;
|
||||
username: string;
|
||||
profileImageUri?: string | null;
|
||||
}> | null;
|
||||
followers?: Array<{
|
||||
__typename?: "UserGQL";
|
||||
id: number;
|
||||
username: string;
|
||||
profileImageUri?: string | null;
|
||||
}> | null;
|
||||
} | null;
|
||||
};
|
||||
@ -6713,10 +6715,12 @@ export const GetUserFollowingFollowersDocument = gql`
|
||||
following {
|
||||
id
|
||||
username
|
||||
profileImageUri
|
||||
}
|
||||
followers {
|
||||
id
|
||||
username
|
||||
profileImageUri
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -117,10 +117,12 @@ query getUserFollowingFollowers {
|
||||
following {
|
||||
id
|
||||
username
|
||||
profileImageUri
|
||||
}
|
||||
followers {
|
||||
id
|
||||
username
|
||||
profileImageUri
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user