Skip to main content

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 ● CreateInvoiceInput input ● CreateLetterInput input ● CreateMeterInput input ● CreateOrdinanceInput input ● CreatePersonInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input