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