RelatedMetersInput
Provides the capabilities for dealing with relationships between a module and meters.
input RelatedMetersInput {
associate: [ID!]
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedMetersInput.associate ● [ID!] list scalar
Assign a relationship between a module and meters.
RelatedMetersInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and meters.
RelatedMetersInput.sync ● [ID!] list scalar
Ensure that only the given meters will be contained within the relation.
Member Of
CreateCompanyInput input ● CreateContactInput input ● CreateContractInput input ● CreateLetterInput input ● CreatePersonInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdateContractInput input ● UpdateLetterInput input ● UpdatePersonInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input ● UpdateTaskInput input