Skip to main content

SetCostEstimationFreeTextInput

Input for setting a free text for the cost estimation of a residential park.

input SetCostEstimationFreeTextInput {
id: ResidentialParkID!
text: String!
}

Fields

SetCostEstimationFreeTextInput.id ● ResidentialParkID! non-null scalar

The unique identifier of the residential park.

SetCostEstimationFreeTextInput.text ● String! non-null scalar

The free text for the cost estimation of this residential park.

Member Of

setCostEstimationFreeText mutation