registerSolarSimulatorLead
Create a solar lead.
Arguments
Returns
SolarSimulatorLeadOutputExamples
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.
mutation RegisterSolarSimulatorLead($input: SolarSimulatorLeadInput) {
registerSolarSimulatorLead(input: $input) {
address {
...SolarSimulatorLeadAddressFragment
}
details {
...SolarSimulatorLeadDetailsFragment
}
email
firstName
fullAddress
lastName
phone
}
}
Variables
{
"input": SolarSimulatorLeadInput
}
Response
{
"data": {
"registerSolarSimulatorLead": {
"address": SolarSimulatorLeadAddress,
"details": SolarSimulatorLeadDetails,
"email": "report-argue-word-full-give",
"firstName": "should-wish-majority-set-attack",
"fullAddress": "impact-like-still-include-its",
"lastName": "lead-message-bank-medical-here",
"phone": "cut-per-also-central-world"
}
}
}