Skip to content

Commit

Permalink
[extract] add more nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-christl committed Jan 26, 2024
1 parent 807a92e commit eeac359
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
@NamedEntityGraph(name="LearningPath.withEagerCompetenciesAndProgressAndLearningObjectsAndCompletedUsers",
attributeNodes = {
@NamedAttributeNode(value = "competencies", subgraph = "competenciesWithEagerProgressLectureUnitsAndExercises"),
@NamedAttributeNode(value = "user"),
@NamedAttributeNode(value = "course")
},
subgraphs = {
@NamedSubgraph(name = "competenciesWithEagerProgressLectureUnitsAndExercises",
Expand Down

0 comments on commit eeac359

Please sign in to comment.