statements
Statements for an Individual, ordered by period start date, most recent first (fixed order; no orderBy parameter). Today only HSA Benefits produce statements; filters selecting other Benefit types return an empty list.
statements(
after: String
first: Int = 25
where: StatementsFilterInput!
): StatementsResponse
Arguments
statements.after ● String scalar
Return the elements in the list that come after the specified cursor
statements.first ● Int scalar
The number of elements to retrieve per page (default: 25)
statements.where ● StatementsFilterInput! non-null input
Filter criteria used to match statements
Type
StatementsResponse union
Union response for statements query