adapt TextCard to display Textprod objects
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user