update queries to get parent title and misc
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -26,10 +26,6 @@ fragment NodePartial on MapItemInterface {
|
||||
}
|
||||
|
||||
strangeness: degres_detrangement
|
||||
|
||||
edition {
|
||||
name
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user