SCALAR
Date
Date custom scalar type using the moment library
link GraphQL Schema definition
- scalar Date
link Require by
- CourseDailyUsageRepresents user course usage totals for each day the user incurred usage, broken down per user, per course, per day by plan. i.e. If a user watched 30 minutes of a course on Monday morning and then again 30 mintues of the same course on Monday afternoon, one records will be created for the user with Monday's date reflected in 'rollupDate' with the daily aggregate of total watched time in 'clipViewSeconds' as 1 hour. If another user did the same thing, but watched a different course in the afternoon, two records will be created for a given user with the same 'rollupDate', the only difference between the two records will be the 'courseId'. See https://help.pluralsight.com/help/analytics-before-joining-plan for more information on how course analytics is affecting by learners joining and leaving plans.
- CourseDailyUsageFilterInput filter for the 'CourseDailyUsage' query. All filters provided will narrow the result set.
- RoleIqLearnerLevelFilterFilter parameters to reduce the result set.