UpdateBenefitPriceInput
Input for updateBenefitPrice mutation.
input UpdateBenefitPriceInput {
catalogueId: BenefitCatalogueID!
id: BenefitPositionID!
price: Float!
validFrom: Date!
}
Fields
UpdateBenefitPriceInput.catalogueId ● BenefitCatalogueID! non-null scalar
The ID of the benefit catalogue
UpdateBenefitPriceInput.id ● BenefitPositionID! non-null scalar
The id of the benefit.
UpdateBenefitPriceInput.price ● Float! non-null scalar
The new price.
UpdateBenefitPriceInput.validFrom ● Date! non-null scalar
The point in time this price should be valid from.
Member Of
updateBenefitPrice mutation