CreatePropertyInput
Provides the fields and values to use when creating a property.
input CreatePropertyInput {
immovableNumber: String
cadastralUnit: PropertyCadastralUnitInput
address: PropertyAddressInput
area: PropertyAreaInput
notes: String
members: RelatedMembersInput
contacts: PropertyContactsInput
projects: RelatedProjectsInput
easements: RelatedEasementsInput
tasks: RelatedTasksInput
letters: RelatedLettersInput
coordinations: RelatedCoordinationsInput
specifications: RelatedSpecificationsInput
contracts: RelatedContractsInput
submissions: RelatedSubmissionsInput
invoices: RelatedInvoicesInput
expenses: RelatedExpensesInput
quotes: RelatedQuotesInput
tags: RelatedTagsInput
copyRelations: CopyRelationsInput
}
Fields
CreatePropertyInput.immovableNumber
● String
scalar
The property's immovable number.
CreatePropertyInput.cadastralUnit
● PropertyCadastralUnitInput
input
The property's cadastral information.
CreatePropertyInput.address
● PropertyAddressInput
input
The property's address.
CreatePropertyInput.area
● PropertyAreaInput
input
The property's area.
CreatePropertyInput.notes
● String
scalar
The property's notes.
CreatePropertyInput.members
● RelatedMembersInput
input
The property's member relation.
CreatePropertyInput.contacts
● PropertyContactsInput
input
The property's contacts relation.
CreatePropertyInput.projects
● RelatedProjectsInput
input
The property's projects relation.
CreatePropertyInput.easements
● RelatedEasementsInput
input
The property's easements relation.
CreatePropertyInput.tasks
● RelatedTasksInput
input
The property's tasks relation.
CreatePropertyInput.letters
● RelatedLettersInput
input
The property's letters relation.
CreatePropertyInput.coordinations
● RelatedCoordinationsInput
input
The property's coordinations relation.
CreatePropertyInput.specifications
● RelatedSpecificationsInput
input
The property's specifications relation.
CreatePropertyInput.contracts
● RelatedContractsInput
input
The property's contracts relation.
CreatePropertyInput.submissions
● RelatedSubmissionsInput
input
The property's submissions relation.
CreatePropertyInput.invoices
● RelatedInvoicesInput
input
The property's invoices relation.
CreatePropertyInput.expenses
● RelatedExpensesInput
input
The property's expenses relation.
CreatePropertyInput.quotes
● RelatedQuotesInput
input
The property's quotes relation.
CreatePropertyInput.tags
● RelatedTagsInput
input
The property's tags relation.
CreatePropertyInput.copyRelations
● CopyRelationsInput
input
The relations that should be copied from another entity.
Member Of
createProperty
mutation