contactUpdate
AUTH: Role=[user.OWNER,user.EDITOR] OR (('user is authenticated') AND ('contactId if present in input matches JWT'))
contactUpdate(
id: Int!
input: UpdateContactInput!
): Contact!
Arguments
contactUpdate.id
● Int!
non-null scalar
Contact unique identifier
contactUpdate.input
● UpdateContactInput!
non-null input
Type
Contact
object
Contact entity representing individual contacts and business relationships.
External entity from the contact service that provides contact identification and relationship information. Used as a reference for contact-specific attributes and relationship management within the attribute system.