INPUT_OBJECT
CrAssessmentItemLevelStatisticsFilter
link GraphQL Schema definition
- input CrAssessmentItemLevelStatisticsFilter {
- # If provided, will return CrAssessmentItemLevelStatistics starting on startDate.
- # This is based on the updatedOn field.
- DateTime :
- # If provided, will return CrAssessmentItemLevelStatistics results ending on
- # endDate. This is based on the updatedOn field.
- DateTime :
- }