|
@@ -7,6 +7,10 @@ query TextRef ($id: Int!) {
|
|
... on Textref {
|
|
... on Textref {
|
|
children: text_produits {
|
|
children: text_produits {
|
|
id
|
|
id
|
|
|
|
+ families: familles {
|
|
|
|
+ id
|
|
|
|
+ name
|
|
|
|
+ }
|
|
}
|
|
}
|
|
siblings: text_en_rebond {
|
|
siblings: text_en_rebond {
|
|
id
|
|
id
|
|
@@ -14,6 +18,10 @@ query TextRef ($id: Int!) {
|
|
authors: auteurs {
|
|
authors: auteurs {
|
|
name
|
|
name
|
|
}
|
|
}
|
|
|
|
+ families: familles {
|
|
|
|
+ id
|
|
|
|
+ name
|
|
|
|
+ }
|
|
edition {
|
|
edition {
|
|
name
|
|
name
|
|
}
|
|
}
|
|
@@ -27,6 +35,9 @@ query TextRef ($id: Int!) {
|
|
authors: auteurs {
|
|
authors: auteurs {
|
|
name
|
|
name
|
|
}
|
|
}
|
|
|
|
+ families: familles {
|
|
|
|
+ id
|
|
|
|
+ }
|
|
edition {
|
|
edition {
|
|
name
|
|
name
|
|
}
|
|
}
|