Add linkedinUrl and job titles to table views (#809)
* Add linedinUrl and job titles to table views * Keep address in the end * Add mock data
This commit is contained in:
@ -14,6 +14,8 @@ export const UPDATE_ONE_PERSON = gql`
|
||||
id
|
||||
}
|
||||
email
|
||||
jobTitle
|
||||
linkedinUrl
|
||||
firstName
|
||||
lastName
|
||||
displayName
|
||||
@ -36,6 +38,8 @@ export const INSERT_ONE_PERSON = gql`
|
||||
email
|
||||
firstName
|
||||
lastName
|
||||
jobTitle
|
||||
linkedinUrl
|
||||
displayName
|
||||
phone
|
||||
createdAt
|
||||
|
||||
Reference in New Issue
Block a user