ContractIssuanceWeeklyAverageWhere
Criteria for calculating weekly average of contract issuances.
input ContractIssuanceWeeklyAverageWhere {
numberOfWeeks: Int!
to: DateTime!
}
Fields
ContractIssuanceWeeklyAverageWhere.numberOfWeeks
● Int!
non-null scalar
The number of weeks to calculate average for.
ContractIssuanceWeeklyAverageWhere.to
● DateTime!
non-null scalar
The end of the issuedAt period to include.