adapt TextCard to display Textprod objects

This commit is contained in:
axolotle
2021-03-09 17:30:28 +01:00
parent b195ea4b58
commit 1efcfda37d
4 changed files with 38 additions and 22 deletions
+15 -1
View File
@@ -25,7 +25,21 @@ query TextRef ($id: Int!) {
# degres_detrangement: Int
notes {
note
numero
number: numero
}
}
... on Textprod {
tags: tagsprod {
id
name
}
notes {
note
number: numero
links: liens {
id
}
}
}
}