update queries with new fields
This commit is contained in:
@@ -7,6 +7,10 @@ query TextRef ($id: Int!) {
|
||||
... on Textref {
|
||||
children: text_produits {
|
||||
id
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
siblings: text_en_rebond {
|
||||
id
|
||||
@@ -14,6 +18,10 @@ query TextRef ($id: Int!) {
|
||||
authors: auteurs {
|
||||
name
|
||||
}
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
edition {
|
||||
name
|
||||
}
|
||||
@@ -27,6 +35,9 @@ query TextRef ($id: Int!) {
|
||||
authors: auteurs {
|
||||
name
|
||||
}
|
||||
families: familles {
|
||||
id
|
||||
}
|
||||
edition {
|
||||
name
|
||||
}
|
||||
|
||||
@@ -5,10 +5,18 @@ query TextsDepart {
|
||||
...TextFields
|
||||
children: text_produits {
|
||||
id
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
siblings: text_en_rebond {
|
||||
id
|
||||
title
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
authors: auteurs {
|
||||
name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user