electricitySuppliers
Returns all the electricity suppliers directly from the getAG API.
Returns
[SupplierType]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 ElectricitySuppliers {
electricitySuppliers {
brandId
supplierId
supplierName
supplierNumber
}
}
Response
{
"data": {
"electricitySuppliers": [
{
"brandId": 30546174,
"supplierId": 90706358,
"supplierName": "play-rise-ask-statement-hotel",
"supplierNumber": "provide-available-a-air-avoid"
}
]
}
}