Skip to main content

LearningPathAction

No description

type LearningPathAction {
id: ID!
learningPath: LearningPath!
milestone: Milestone
type: String
source: String
user: User
timestamp: Date
}

Fields

LearningPathAction.id ● ID! non-null scalar

LearningPathAction.learningPath ● LearningPath! non-null object

LearningPathAction.milestone ● Milestone object

LearningPathAction.type ● String scalar

LearningPathAction.source ● String scalar

LearningPathAction.user ● User object

LearningPathAction.timestamp ● Date scalar

Returned by

CurrentUserLearningPathMilestoneCompletionsBySlug query