Skip to main content

InsertPrivateBenefitDataInput

Input type for the data regarding a single private benefit as a part of the group connected to the current counselling interview

input InsertPrivateBenefitDataInput {
benefitId: BenefitID!
cycle: Cycle
}

Fields

InsertPrivateBenefitDataInput.benefitId ● BenefitID! non-null scalar

The ID of the benefit object mentioned in the counselling interview

InsertPrivateBenefitDataInput.cycle ● Cycle scalar

The repetition cycle of execution of the given benefit

Member Of

InsertPrivateBenefitsInput input