Mutation: update
DEPRECATED
Use PhonebookMutation.personUpdate for updating person contacts
Requires access to resource GRAPHQL_CONTACT. Cannot edit special contacts
contact {
update(
contactNid: ContactNid!
contact: ContactUpdateInput!
): Contact! @deprecated
}
Arguments
update.contactNid ● ContactNid! non-null scalar
update.contact ● ContactUpdateInput! non-null input
Type
Contact object
Represents contact data (like phone, email, address etc.) in Leon