Skip to main content

Fields

activeFrom : Date! required
activeTo : Date
certificationDate : Date
certifiedUntil : Date
consumption : ConsumptionConnection

Energy consumption recorded by the meter.

Arguments
after : String
before : String
first : Int
grouping : ConsumptionGroupings! required

Aggregate consumption according to this grouping.

last : Int
startAt : DateTime! required

Earliest consumption reading to return. Must specify a timezone.

timezone : String! required

Timezone to use for grouping.

consumptionUnits : String

The units of consumption for a smart meter.

createdAt : DateTime! required
currentRating : Int
exportMeters : ElectricityMeterTypeConnection! required
Arguments
after : String
before : String
first : Int
last : Int
offset : Int
fuelType : String

The type of fuel this meter uses.

hasAndAllowsHhReadings : Boolean

Returns if the meter has and allows half hourly readings.

id : ID! required
importMeter : ElectricityMeterType
installationDate : Date
isDigital : Boolean
isReadyForTopup : Boolean

Returns if the meter is ready for top up.

isRts : Boolean

Returns if the meter is an RTS meter.

isTradPrepay : Boolean

Returns if the meter is a traditional prepay meter.

lastInspectionDate : Date
location : String
makeAndType : String
meterPoint : ElectricityMeterPointType! required
nodeId : ID! required

This lets us get around the fact that we already use the field id as a primary key. We will migrate the id field over to be this id eventually.

prepayLedgers : PrepayLedgersType
Arguments
after : String
before : String
first : Int
last : Int
requiresAccess : Boolean
requiresCotFinalReading : Boolean

Whether this meter requires a final change of tenancy (COT) reading.

retrievalMethod : String
serialNumber : String! required
smartDevices : [SmartMeterDeviceType]
smartExportElectricityMeter : SmartMeterDeviceType
smartImportElectricityMeter : SmartMeterDeviceType
updatedAt : DateTime
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.

Example

{ "activeFrom": "1977-10-28", "activeTo": "1977-01-29", "certificationDate": "1984-08-29", "certifiedUntil": "2016-11-26", "consumption": ConsumptionConnection, "consumptionUnits": "huge-husband-partner-do-account", "createdAt": "1999-12-01T09:01:49.050786+00:00", "currentRating": 65, "exportMeters": ElectricityMeterTypeConnection, "fuelType": "throw-turn-us-police-difficult", "hasAndAllowsHhReadings": true, "id": "52008119", "importMeter": ElectricityMeterType, "installationDate": "1998-01-05", "isDigital": true, "isReadyForTopup": true, "isRts": true, "isTradPrepay": true, "lastInspectionDate": "1997-02-03", "location": "different-include-night-trade-truth", "makeAndType": "every-position-answer-author-memory", "meterPoint": ElectricityMeterPointType, "meterType": "CHECK", "nodeId": "59484750", "prepayLedgers": PrepayLedgersType, "readings": ElectricityMeterReadingConnectionTypeConnection, "registers": [ElectricityMeterRegisterType], "requiresAccess": true, "requiresCotFinalReading": true, "retrievalMethod": "city-she-third-find-realize", "serialNumber": "support-he-red-say-organization", "smartDevices": [SmartMeterDeviceType], "smartExportElectricityMeter": SmartMeterDeviceType, "smartImportElectricityMeter": SmartMeterDeviceType, "updatedAt": "2018-06-14T04:32:57.120143+00:00" }