submitGasSelfReading
Submit a self-reading for a supply point.
Arguments
Input fields for submitting a gas self-reading.
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.
mutation SubmitGasSelfReading($input: GasSelfReadingSubmissionInput!) {
submitGasSelfReading(input: $input) {
cups
}
}
Variables
{
"input": GasSelfReadingSubmissionInput
}
Response
{
"data": {
"submitGasSelfReading": {
"cups": "you-together-sometimes-ready-herself"
}
}
}