Skip to main content

Arguments

Input fields for retrieving the lead by contact info.

Returns

Lead

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query leads

Query Complexity

1

Examples

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

query LeadByContactInfo($input: LeadByContactInfoSearchInput!) { leadByContactInfo(input: $input) { contacts { ...LeadContactDetailsTypeFragment } leadType number opportunities { ...OpportunityOutputFragment } salesFunnel { ...SalesFunnelFragment } stage { ...SalesFunnelStageFragment } } }

Variables

Response

{ "data": { "leadByContactInfo": { "contacts": [LeadContactDetailsType], "leadType": "design-too-leave-still-thank", "number": "sister-performance-also-customer-between", "opportunities": [OpportunityOutput], "salesFunnel": SalesFunnel, "stage": SalesFunnelStage } } }