MeterModel
Represents information about a meter model.
type MeterModel {
id: ID!
manufacturerId: ID
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
MeterModel.id ● ID! non-null scalar
Meter model's unique identifier.
MeterModel.manufacturerId ● ID scalar
The meter model's manufacturer's unique identifier.
MeterModel.name ● String scalar
The meter model's name.
MeterModel.createdAt ● DateTimeTz! non-null scalar
The date and time when the meter model was created.
MeterModel.updatedAt ● DateTimeTz! non-null scalar
The date and time when the meter model was last updated.
MeterModel.deletedAt ● DateTimeTz scalar
The date and time when the meter model was deleted.
Returned By
createMeterModel mutation ● deleteMeterModel mutation ● meterModel query ● restoreMeterModel mutation ● updateMeterModel mutation
Member Of
Meter object ● MeterManufacturer object ● MeterModelEdge object