updateContact
Update an existing Contact
updateContact(
accountUuid: String
uuid: String!
contact: UpdateContactInput!
): UpdateContactResponse!
Arguments
updateContact.accountUuid ● String scalar
The UUID of the account that owns the Contact when using JWT authentication
updateContact.uuid ● String! non-null scalar
The UUID of the Contact to update
updateContact.contact ● UpdateContactInput! non-null input
The fields to update on the Contact
Type
UpdateContactResponse object
Response for updating a Contact