GraphQLReferenceMutationsupdateContactOn this pageupdateContact Update contact details. Input contactUpdateInput Return Type ID Example mutation UpdateContact { updateContact(input: { contactId: "Y29uMTIzNDU2" firstName: "Jane" lastName: "Doe" email: "jane.doe@example.com" })} Related createContact Contact type