|
@@ -17,6 +17,19 @@ fragment NodeInitial on MapItemInterface {
|
|
|
variant: familles {
|
|
|
id
|
|
|
}
|
|
|
+ authors: auteurs {
|
|
|
+ id
|
|
|
+ name
|
|
|
+ first_name
|
|
|
+ last_name
|
|
|
+ }
|
|
|
+
|
|
|
+ preTitle: field_titre_regular
|
|
|
+ title: field_titre_italique
|
|
|
+
|
|
|
+ edition {
|
|
|
+ name
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
siblings: text_en_rebond {
|
|
@@ -52,6 +65,10 @@ fragment NodeInitial on MapItemInterface {
|
|
|
preTitle: field_titre_regular
|
|
|
title: field_titre_italique
|
|
|
|
|
|
+ edition {
|
|
|
+ name
|
|
|
+ }
|
|
|
+
|
|
|
children: text_produits {
|
|
|
id
|
|
|
variant: familles {
|