Skip to main content

UpdatePropertyInput

Provides the fields and values to use when updating a property.

input UpdatePropertyInput {
id: ID!
immovableNumber: String
cadastralUnit: PropertyCadastralUnitInput
address: PropertyAddressInput
area: PropertyAreaInput
notes: String
status: PropertyStatus
geometry: JSON
members: RelatedMembersInput
contacts: PropertyContactsInput
structures: RelatedStructuresInput
projects: RelatedProjectsInput
easements: RelatedEasementsInput
tasks: RelatedTasksInput
letters: RelatedLettersInput
coordinations: RelatedCoordinationsInput
specifications: RelatedSpecificationsInput
contracts: RelatedContractsInput
submissions: RelatedSubmissionsInput
invoices: RelatedInvoicesInput
expenses: RelatedExpensesInput
quotes: RelatedQuotesInput
acts: RelatedActsInput
tags: RelatedTagsInput
}

Fields

UpdatePropertyInput.id ● ID! non-null scalar

Specifies the property to update.

UpdatePropertyInput.immovableNumber ● String scalar

The property's immovable number.

UpdatePropertyInput.cadastralUnit ● PropertyCadastralUnitInput input

The property's cadastral information.

UpdatePropertyInput.address ● PropertyAddressInput input

The property's address.

UpdatePropertyInput.area ● PropertyAreaInput input

The property's area.

UpdatePropertyInput.notes ● String scalar

The property's notes.

UpdatePropertyInput.status ● PropertyStatus enum

The property's status.

UpdatePropertyInput.geometry ● JSON scalar

The property's geometry as GeoJSON. Optional top-level "color" (hex bg/line), "iconColor" (hex glyph) and "icon" (Iconify id) keys provide map styling.

UpdatePropertyInput.members ● RelatedMembersInput input

The property's members relation.

UpdatePropertyInput.contacts ● PropertyContactsInput input

The property's contacts relation.

UpdatePropertyInput.structures ● RelatedStructuresInput input

The property's structures relation.

UpdatePropertyInput.projects ● RelatedProjectsInput input

The property's projects relation.

UpdatePropertyInput.easements ● RelatedEasementsInput input

The property's easements relation.

UpdatePropertyInput.tasks ● RelatedTasksInput input

The property's tasks relation.

UpdatePropertyInput.letters ● RelatedLettersInput input

The property's letters relation.

UpdatePropertyInput.coordinations ● RelatedCoordinationsInput input

The property's coordinations relation.

UpdatePropertyInput.specifications ● RelatedSpecificationsInput input

The property's specifications relation.

UpdatePropertyInput.contracts ● RelatedContractsInput input

The property's contracts relation.

UpdatePropertyInput.submissions ● RelatedSubmissionsInput input

The property's submissions relation.

UpdatePropertyInput.invoices ● RelatedInvoicesInput input

The property's invoices relation.

UpdatePropertyInput.expenses ● RelatedExpensesInput input

The property's expenses relation.

UpdatePropertyInput.quotes ● RelatedQuotesInput input

The property's quotes relation.

UpdatePropertyInput.acts ● RelatedActsInput input

The property's acts relation.

UpdatePropertyInput.tags ● RelatedTagsInput input

The property's tags relation.

Member Of

updateProperty mutation