mutation leadConvert ($id: ID!) {
leadConvert (id: $id) {
account {
accountTypeId
addressValidated
annualRevenue
arr
billingCity
billingContactId
billingCountry
billingDay
billingState
billingStreet
billingZip
code
createdAt
currencyId
description
draftInvoices
duns
emailsEnabled
employees
entityId
entityUseCode
fax
groupId
id
industryId
invoiceTemplateId
linkedinUrl
mrr
mur
name
netPaymentDays
newQuoteBuilder
ownerUserId
phone
shippingCity
shippingCountry
shippingState
shippingStreet
shippingZip
taxNumber
taxNumberValidated
timezone
updatedAt
website
}
errors
lead {
accountId
accountTypeId
city
company
companyOrFullName
converted
convertedAt
country
createdAt
description
email
employees
entityId
firstName
fullName
groupId
id
industryId
lastName
leadSourceId
leadStatusId
linkedinUrl
mobile
ownerUserId
phone
revenue
state
street
title
updatedAt
website
zip
}
}
}