CopyRelationsInput
Provides the fields and values to use when copying relations from one entity to another.
input CopyRelationsInput {
source: CopyRelationsSourceInput!
relations: [ModuleRelation!]
}
Fields
CopyRelationsInput.source
● CopyRelationsSourceInput!
non-null input
The source entity.
CopyRelationsInput.relations
● [ModuleRelation!]
list enum
The relations collection that should be copied.
Member Of
CreateCompanyInput
input ● CreateContactInput
input ● CreateContractInput
input ● CreateCoordinationInput
input ● CreateEasementInput
input ● CreateExpenseInput
input ● CreateInvoiceInput
input ● CreateLetterInput
input ● CreateMeterInput
input ● CreateOrdinanceInput
input ● CreatePersonInput
input ● CreateProjectInput
input ● CreatePropertyInput
input ● CreateQuoteInput
input ● CreateSpecificationInput
input ● CreateSubmissionInput
input ● CreateTaskInput
input