add files & videos in query tags + parse data

This commit is contained in:
axolotle
2022-01-22 16:39:32 +01:00
parent 7b67f717c2
commit 25b5055d5f
2 changed files with 23 additions and 7 deletions
+13
View File
@@ -10,6 +10,17 @@ fragment NodePartial on MapItemInterface {
url
alt
}
videos {
url
}
fichiers {
fid
filename
filemime
url
}
}
... on Textprod {
@@ -35,6 +46,8 @@ fragment NodePartial on MapItemInterface {
title
}
files: fichiers {
fid
filename
filemime
url
}