RelatedActsInput
Provides the capabilities for dealing with relationships between a module and acts.
input RelatedActsInput {
associate: [ID!]
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedActsInput.associate ● [ID!] list scalar
Assign a relationship between a module and acts.
RelatedActsInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and acts.
RelatedActsInput.sync ● [ID!] list scalar
Ensure that only the given acts will be contained within the relation.
Member Of
CreateContractInput input ● CreateLetterInput input ● CreateMeterInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateQuoteInput input ● CreateTaskInput input ● UpdateContractInput input ● UpdateLetterInput input ● UpdateMeterInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateQuoteInput input ● UpdateTaskInput input