RelatedStructuresInput
Provides the capabilities for dealing with relationships between a module and structures.
input RelatedStructuresInput {
associate: [ID!]
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedStructuresInput.associate ● [ID!] list scalar
Assign a relationship between a module and structures.
RelatedStructuresInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and structures.
RelatedStructuresInput.sync ● [ID!] list scalar
Ensure that only the given structures will be contained within the relation.
Member Of
CreateContactInput input ● CreateEasementInput input ● CreateExpenseInput input ● CreateInvoiceInput input ● CreateLetterInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateQuoteInput input ● CreateTaskInput input ● UpdateContactInput input ● UpdateEasementInput input ● UpdateExpenseInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateQuoteInput input ● UpdateTaskInput input