Skip to main content

UpdateContributionLimitInfoInput

Input type to allow users to update factors that go into a contribution limit. Note all fields are optional, so if updates are necessary for just a single field like externalContributions, then the other fields can be left undefined.

input UpdateContributionLimitInfoInput {
coverageType: HealthInsuranceCoverageType
externalContributions: DecimalString
year: YearString!
}

Fields

UpdateContributionLimitInfoInput.coverageType ● HealthInsuranceCoverageType enum

Whether or not the user is insured for themselves only or for a family

UpdateContributionLimitInfoInput.externalContributions ● DecimalString scalar

The amount the user has contributed to external HSAs in decimal string format

UpdateContributionLimitInfoInput.year ● YearString! non-null scalar

The year for which this data applies as 4 digits

Member of

updateContributionLimitInfo mutation