add links on textref notes
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user