CreateMeterManufacturerInput
Provides the fields and values to use when creating a meter manufacturer.
input CreateMeterManufacturerInput {
name: String!
}
Fields
CreateMeterManufacturerInput.name
● String!
non-null scalar
The name of the meter manufacturer.
Member Of
createMeterManufacturer
mutation