UpdateMeterModelInput
Provides the fields and values to use when updating a meter model.
input UpdateMeterModelInput {
id: ID!
manufacturerId: ID
name: String
}
Fields
UpdateMeterModelInput.id
● ID!
non-null scalar
Specifies the meter model to update.
UpdateMeterModelInput.manufacturerId
● ID
scalar
The meter model's manufacturer's unique identifier.
UpdateMeterModelInput.name
● String
scalar
The name of the meter model.
Member Of
updateMeterModel
mutation