StatementSummary
A summary of a single statement. Fetch full data with the statement query.
type StatementSummary {
id: ID!
periodEndDate: LocalDate!
periodStartDate: LocalDate!
}
Fields
StatementSummary.id ● ID! non-null scalar
StatementSummary.periodEndDate ● LocalDate! non-null scalar
The last day of the statement period.
StatementSummary.periodStartDate ● LocalDate! non-null scalar
The first day of the statement period.
Member Of
StatementsResults object