fix: avatar disappear when editing a person (#1440)

This commit is contained in:
Jérémy M
2023-09-05 09:52:06 +02:00
committed by GitHub
parent d866c0e3bc
commit 732b5a5ddf
2 changed files with 3 additions and 1 deletions

View File

@ -3232,7 +3232,7 @@ export type UpdateOnePersonMutationVariables = Exact<{
}>;
export type UpdateOnePersonMutation = { __typename?: 'Mutation', updateOnePerson?: { __typename?: 'Person', id: string, city?: string | null, email?: string | null, jobTitle?: string | null, linkedinUrl?: string | null, xUrl?: string | null, firstName?: string | null, lastName?: string | null, displayName: string, phone?: string | null, createdAt: string, company?: { __typename?: 'Company', domainName: string, name: string, id: string } | null } | null };
export type UpdateOnePersonMutation = { __typename?: 'Mutation', updateOnePerson?: { __typename?: 'Person', id: string, city?: string | null, avatarUrl?: string | null, email?: string | null, jobTitle?: string | null, linkedinUrl?: string | null, xUrl?: string | null, firstName?: string | null, lastName?: string | null, displayName: string, phone?: string | null, createdAt: string, company?: { __typename?: 'Company', domainName: string, name: string, id: string } | null } | null };
export type UploadPersonPictureMutationVariables = Exact<{
id: Scalars['String'];
@ -5016,6 +5016,7 @@ export const UpdateOnePersonDocument = gql`
name
id
}
avatarUrl
email
jobTitle
linkedinUrl