retrieveSupplyAccountByCupsIdentifier
Get the account currently supplying a CUPS (electricity or gas). Returns null if the CUPS is not on supply with us.
Arguments
The CUPS identifier to look up.
Returns
StringThe String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
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 RetrieveSupplyAccountByCupsIdentifier($input: RetrieveSupplyAccountByCupsIdentifierInput!) {
retrieveSupplyAccountByCupsIdentifier(input: $input)
}
Variables
{
"input": RetrieveSupplyAccountByCupsIdentifierInput
}
Response
{
"data": {
"retrieveSupplyAccountByCupsIdentifier": "only-during-moment-doctor-year"
}
}