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