StatementFiltersInput
Filter that can be given to give the statement in a specific data range
input StatementFiltersInput {
isAfterUpdatedAt: DateTime
isBeforeUpdatedAt: DateTime
period: StatementPeriod
}
Fields
StatementFiltersInput.isAfterUpdatedAt
● DateTime
scalar
To filter after an updatedAt value
StatementFiltersInput.isBeforeUpdatedAt
● DateTime
scalar
To filter before an updatedAt value
StatementFiltersInput.period
● StatementPeriod
enum
To filter on a specific period of statement (either custom or monthly)