Skip to main content

TaxFormsFilterInput

Filter criteria used when listing an Individual's tax forms.

input TaxFormsFilterInput {
benefitTypes: [BenefitType!]
formTypes: [TaxFormType!]
individualId: ID!
taxYears: [YearString!]
}

Fields

TaxFormsFilterInput.benefitTypes ● [BenefitType!] list enum

When specified, only returns tax forms arising from accounts of these Benefit types. Today only HSA accounts produce tax forms; other types yield an empty list.

TaxFormsFilterInput.formTypes ● [TaxFormType!] list enum

When specified, only returns tax forms of these types.

TaxFormsFilterInput.individualId ● ID! non-null scalar

The ID of the Individual whose tax forms to list.

TaxFormsFilterInput.taxYears ● [YearString!] list scalar

When specified, only returns tax forms for these tax years (e.g. ["2026"]).

Member Of

taxForms query