-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: make sure that element instances are loaded with correct sam…
…ple solution setting into editor on edit
- Loading branch information
1 parent
9ac7c6b
commit 07d7480
Showing
7 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/graphql/src/graphql/ops/QGetSingleMicroLearning.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#import "./FMicroLearningDataWithoutSolutions.graphql" | ||
#import "./FMicroLearningData.graphql" | ||
|
||
query GetSingleMicroLearning($id: String!) { | ||
getSingleMicroLearning(id: $id) { | ||
...MicroLearningDataWithoutSolutions | ||
...MicroLearningData | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
packages/graphql/src/graphql/ops/QGetSinglePracticeQuiz.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#import "./FPracticeQuizDataWithoutSolutions.graphql" | ||
#import "./FPracticeQuizData.graphql" | ||
|
||
query GetSinglePracticeQuiz($id: String!) { | ||
getSinglePracticeQuiz(id: $id) { | ||
...PracticeQuizDataWithoutSolutions | ||
...PracticeQuizData | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters