Skip to main content

MoveBenefitInput

Input for moveBenefit mutation.

input MoveBenefitInput {
copy: Boolean
id: BenefitPositionID!
source: BenefitCatalogueID!
target: BenefitCatalogueID!
}

Fields

MoveBenefitInput.copy ● Boolean scalar

Creates a copy and leaves the original benefit in the source catalogue.

MoveBenefitInput.id ● BenefitPositionID! non-null scalar

The benefit to move.

MoveBenefitInput.source ● BenefitCatalogueID! non-null scalar

Source catalogue where this benefit should be removed from.

MoveBenefitInput.target ● BenefitCatalogueID! non-null scalar

Target catalogue where this benefit should be moved into.

Member Of

moveBenefit mutation