OBJECT

ModuleCursor

A cursor on the currently selected moduleSequenceItem for a trainee in a module

link GraphQL Schema definition

  • type ModuleCursor {
  • moduleSequenceItemId: ID
  • # Date of the first time the trainee accessed the module. It's an UTC datetime
  • startedAt: DateTime
  • }