UpdateContributionLimitInfoPayload
The payload returned when a user updates their contribution limit info
type UpdateContributionLimitInfoPayload {
contributionLimitInfo: ContributionLimitInfo
}
Fields
UpdateContributionLimitInfoPayload.contributionLimitInfo
● ContributionLimitInfo
object
The contribution limit relevant to the year the user updated
Returned by
updateContributionLimitInfo
mutation