LearningPathAction
No description
type LearningPathAction {
id: ID!
learningPath: LearningPath!
milestone: Milestone
type: String
source: String
user: User
timestamp: Date
}
No description
type LearningPathAction {
id: ID!
learningPath: LearningPath!
milestone: Milestone
type: String
source: String
user: User
timestamp: Date
}
LearningPathAction.id
● ID!
non-null scalarLearningPathAction.learningPath
● LearningPath!
non-null objectLearningPathAction.milestone
● Milestone
objectLearningPathAction.type
● String
scalarLearningPathAction.source
● String
scalarLearningPathAction.user
● User
objectLearningPathAction.timestamp
● Date
scalar