leadByContactInfo
Get a lead by contact info.
Arguments
Input fields for retrieving the lead by contact info.
Returns
LeadExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query LeadByContactInfo($input: LeadByContactInfoSearchInput!) {
leadByContactInfo(input: $input) {
contacts {
...LeadContactDetailsTypeFragment
}
leadType
number
opportunities {
...OpportunityOutputFragment
}
salesFunnel {
...SalesFunnelFragment
}
stage {
...SalesFunnelStageFragment
}
}
}
Variables
{
"input": LeadByContactInfoSearchInput
}
Response
{
"data": {
"leadByContactInfo": {
"contacts": [LeadContactDetailsType],
"leadType": "design-too-leave-still-thank",
"number": "sister-performance-also-customer-between",
"opportunities": [OpportunityOutput],
"salesFunnel": SalesFunnel,
"stage": SalesFunnelStage
}
}
}