Skip to main content

ImportBenefitsInput

Corresponding input type for Benefits import, used to import multiple Benefits of different types simultaneously.

input ImportBenefitsInput {
benefits: [BenefitInput!]!
replaceAll: Boolean
}

Fields

ImportBenefitsInput.benefits ● [BenefitInput!]! non-null input

A list of BenefitInputs, each containing the information for a single Benefit

ImportBenefitsInput.replaceAll ● Boolean scalar

Set to true to delete all existing benefits.

Defaults to false.

Member Of

importBenefits mutation