Update Contact
Update a specific contact's details
Update Existing Contact Details
mutation UpdateContact($data: ContactUpdateInput!, $where: ContactWhereUniqueInput!) {
updateContact(data: $data, where: $where) {
id
name
contactCategory {
id
name
}
firstName
lastName
fullName
email
shouldNotifyTx
phone
phoneCountry {
id
phoneCode
}
}
}Headers
Name
Value
Body (ContactUpdateInput) object + (ContactWhereUniqueInput) object
Name
Type
Description
Response
Name
Type
Description