Skip to content

Commit

Permalink
feat(schema): r__74.0.0-rc5_25b44137052__s21__STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
s21toolkit committed Jun 18, 2024
1 parent c425ae1 commit 06bdfef
Show file tree
Hide file tree
Showing 4 changed files with 1,036 additions and 163 deletions.
22 changes: 10 additions & 12 deletions schema/operations/getAsapWidgets.gql
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
fragment AsapWidget on AsapWidgetInfo {
shortImg
shortTitle
shortUrl
fragment AsapWidget on ASAPMessage {
smallImageUrl
smallTitle
smallUrl
startDate
finishDate
showFinishDate
fullTitle
text
fullImgUrl
adtTypeId
fullText
fullImageUrl
adtType
adtWidgetId
}

query getAsapWidgets {
student {
getAsapWidgetList {
widgetList {
...AsapWidget
}
ASAP {
getASAPMessages {
...AsapWidget
}
}
}
4 changes: 4 additions & 0 deletions schema/operations/getSearchItems.gql
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ fragment MediatekaMediaFragment on ContentItem {
description
fileSize
subtitleLink
subtitleLinks {
languageCode
subtitleLink
}
itemBookmarked
stages {
id
Expand Down
11 changes: 11 additions & 0 deletions schema/operations/getTaskContentFiles.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
query getTaskContentFiles($studentAnswerId: ID!) {
s21StudentTaskFiles {
getTaskContentFiles(studentAnswerId: $studentAnswerId) {
fileName
filePath
fileSize
extension
fileOrder
}
}
}
Loading

0 comments on commit 06bdfef

Please sign in to comment.