UpdatePointValueFactorPayload
Payload for the updatePointValueFactor mutation.
type UpdatePointValueFactorPayload {
catalogue: BenefitCatalogueWithOptions!
park: ResidentialPark!
success: Boolean!
}
Fields
UpdatePointValueFactorPayload.catalogue ● BenefitCatalogueWithOptions! non-null object
The updated benefit catalogue with the new investment cost percentage.
UpdatePointValueFactorPayload.park ● ResidentialPark! non-null object
The related residential park.
UpdatePointValueFactorPayload.success ● Boolean! non-null scalar
Always true.
Returned By
updatePointValueFactor mutation