registerSolarSimulatorDirectSale
Create a solar direct sale.
Arguments
Returns
SolarSimulatorDirectSaleOutputExamples
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 RegisterSolarSimulatorDirectSale($input: SolarSimulatorDirectSaleInput) {
registerSolarSimulatorDirectSale(input: $input) {
address {
...SolarSimulatorLeadAddressFragment
}
details {
...SolarSimulatorLeadDetailsFragment
}
directSale {
...SolarSimulatorDirectSaleDirectSaleFragment
}
email
firstName
fullAddress
lastName
phone
}
}
Variables
{
"input": SolarSimulatorDirectSaleInput
}
Response
{
"data": {
"registerSolarSimulatorDirectSale": {
"address": SolarSimulatorLeadAddress,
"details": SolarSimulatorLeadDetails,
"directSale": SolarSimulatorDirectSaleDirectSale,
"email": "interview-man-involve-hot-phone",
"firstName": "now-reveal-political-bill-she",
"fullAddress": "nation-choice-various-Democrat-sea",
"lastName": "gas-road-police-billion-other",
"phone": "position-manage-very-also-produce"
}
}
}