CreateMeterInput
Provides the fields and values to use when creating a meter.
input CreateMeterInput {
parentId: ID
propertyId: ID
serialNumber: String
manhole: String
sewagePumpingStation: String
type: MeterType
technology: MeterTechnology
waterType: MeterWaterType
pipeDiameter: MeterPipeDiameter
connectionFitting: MeterConnectionFitting
consoleLength: MeterConsoleLength
consumptionEstimate: Int
maxReading: Int
average3: Decimal
average6: Decimal
average12: Decimal
sealNumber: String
isRemoved: Boolean
isRemotelyReadable: Boolean
isReverseFlow: Boolean
installedAt: Date
verifiedAt: Date
nextVerificationAt: Date
manufacturerId: ID
modelId: ID
nominalValueId: ID
status: ID
contacts: RelatedContactsInput
letters: RelatedLettersInput
tasks: RelatedTasksInput
specifications: RelatedSpecificationsInput
contracts: RelatedContractsInput
submissions: RelatedSubmissionsInput
tags: RelatedTagsInput
copyRelations: CopyRelationsInput
}
Fields
CreateMeterInput.parentId
● ID
scalar
The meter's parent meter.
CreateMeterInput.propertyId
● ID
scalar
The meter's property.
CreateMeterInput.serialNumber
● String
scalar
The meter's serial number.
CreateMeterInput.manhole
● String
scalar
The meter's manhole.
CreateMeterInput.sewagePumpingStation
● String
scalar
The meter's sewage pumping station.
CreateMeterInput.type
● MeterType
enum
The meter's type.
CreateMeterInput.technology
● MeterTechnology
enum
The meter's technology.
CreateMeterInput.waterType
● MeterWaterType
enum
The meter's water type.
CreateMeterInput.pipeDiameter
● MeterPipeDiameter
enum
The meter's pipe diameter.
CreateMeterInput.connectionFitting
● MeterConnectionFitting
enum
The meter's connection fitting.
CreateMeterInput.consoleLength
● MeterConsoleLength
enum
The meter's console length.
CreateMeterInput.consumptionEstimate
● Int
scalar
The meter's consumption estimate.
CreateMeterInput.maxReading
● Int
scalar
The meter's max reading.
CreateMeterInput.average3
● Decimal
scalar
The meter's 3-month average reading.
CreateMeterInput.average6
● Decimal
scalar
The meter's 6-month average reading.
CreateMeterInput.average12
● Decimal
scalar
The meter's 12-month average reading.
CreateMeterInput.sealNumber
● String
scalar
The meter's seal number.
CreateMeterInput.isRemoved
● Boolean
scalar
Whether the meter is removed.
CreateMeterInput.isRemotelyReadable
● Boolean
scalar
Whether the meter is remotely readable.
CreateMeterInput.isReverseFlow
● Boolean
scalar
Whether the meter supports reverse flow.
CreateMeterInput.installedAt
● Date
scalar
The date when the meter was installed.
CreateMeterInput.verifiedAt
● Date
scalar
The date when the meter was verified.
CreateMeterInput.nextVerificationAt
● Date
scalar
The date when the meter should be verified next.
CreateMeterInput.manufacturerId
● ID
scalar
The meter's manufacturer.
CreateMeterInput.modelId
● ID
scalar
The meter's model.
CreateMeterInput.nominalValueId
● ID
scalar
The meter's nominal value.
CreateMeterInput.status
● ID
scalar
The meter's status.
CreateMeterInput.contacts
● RelatedContactsInput
input
The meter's contacts relation.
CreateMeterInput.letters
● RelatedLettersInput
input
The meter's letters relation.
CreateMeterInput.tasks
● RelatedTasksInput
input
The meter's tasks relation.
CreateMeterInput.specifications
● RelatedSpecificationsInput
input
The meter's specifications relation.
CreateMeterInput.contracts
● RelatedContractsInput
input
The meter's contracts relation.
CreateMeterInput.submissions
● RelatedSubmissionsInput
input
The meter's submissions relation.
CreateMeterInput.tags
● RelatedTagsInput
input
The meter's tags relation.
CreateMeterInput.copyRelations
● CopyRelationsInput
input
The relations that should be copied from another entity.
Member Of
createMeter
mutation