add links on textref notes

This commit is contained in:
Axolotle
2021-11-20 15:21:32 +01:00
parent 09deab0358
commit 56c6c8f2e7
+18
View File
@@ -18,6 +18,24 @@ fragment NodeFull on MapItemInterface {
notes {
content: note
number: numero
links: liens {
# FIXME probably need to query titles and stuff on `Textref` or `Creation`
id
type: __typename
variant: familles {
id
}
... on Textprod {
parents: text_de_depart {
id
variant: familles {
id
}
}
}
}
}
}