INPUT_OBJECT
ContentProgressFilter
Filter parameters to reduce content progress result sets.
link GraphQL Schema definition
- input ContentProgressFilter {
- # If provided, will return content progress data starting on startDate. This is
- # based on the field lastActivityOn. Offline app data is updated when it syncs.
- DateTime :
- # If provided, will return content progress data ending on endDate. This is based
- # on the field lastActivityOn. Offline app data is updated when it syncs.
- DateTime :
- # If provided, will return only content of the types provided.
- ContentProgressType] : [
- # If set to true, will only return completed content. If set to false, will only
- # return uncompleted content.
- Boolean :
- }