Skip to main content

TaxFormFilterInput

Filter criteria identifying a single tax form.

input TaxFormFilterInput {
id: ID!
individualId: ID!
}

Fields

TaxFormFilterInput.id ● ID! non-null scalar

The ID of the tax form version, as returned by the taxForms or taxForm queries. Each correction is a distinct version with its own ID.

TaxFormFilterInput.individualId ● ID! non-null scalar

The ID of the Individual who owns the tax form.

Member Of

taxForm query ● taxFormDownloadLink query