RelatedLettersInput
Provides the capabilities for dealing with relationships between a module and letters.
input RelatedLettersInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ID!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedLettersInput.syncWithoutDetaching ● [ID!] deprecated list scalar
Use associate instead
Assign a relationship between a module and letters.
RelatedLettersInput.associate ● [ID!] list scalar
Assign a relationship between a module and letters.
RelatedLettersInput.disconnect ● [ID!] deprecated list scalar
Use dissociate instead
Remove a relationship between a module and letters.
RelatedLettersInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and letters.
RelatedLettersInput.sync ● [ID!] list scalar
Ensure that only the given letters will be contained within the relation.
Member Of
CreateCompanyInput input ● CreateContactInput input ● CreateContractInput input ● CreateCoordinationInput input ● CreateEasementInput input ● CreateExpenseInput input ● CreateInvoiceInput input ● CreateMeterInput input ● CreateOrdinanceInput input ● CreatePersonInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateQuoteInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateEasementInput input ● UpdateExpenseInput input ● UpdateInvoiceInput input ● UpdateOrdinanceInput input ● UpdatePersonInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateQuoteInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input ● UpdateTaskInput input