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
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
}
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.members ● RelatedMembersInput input
The property's members relation.
UpdatePropertyInput.contacts ● PropertyContactsInput input
The property's contacts 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.tags ● RelatedTagsInput input
The property's tags relation.
Member Of
updateProperty mutation