|
@@ -0,0 +1,26 @@
|
|
|
|
+#import "../fragments/TextrefRecursiveFields.gql"
|
|
|
|
+#import "../fragments/TextprodRecursiveFields.gql"
|
|
|
|
+
|
|
|
|
+query TextdepartRecursive($id: Int!) {
|
|
|
|
+ textref(id: $id) {
|
|
|
|
+ ...TextrefRecursiveFields
|
|
|
|
+ text_en_rebond {
|
|
|
|
+ ...TextrefRecursiveFields
|
|
|
|
+ text_en_rebond {
|
|
|
|
+ ...TextrefRecursiveFields
|
|
|
|
+ text_en_rebond {
|
|
|
|
+ ...TextrefRecursiveFields
|
|
|
|
+ }
|
|
|
|
+ text_produits {
|
|
|
|
+ ...TextprodRecursiveFields
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ text_produits {
|
|
|
|
+ ...TextprodRecursiveFields
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ text_produits {
|
|
|
|
+ ...TextprodRecursiveFields
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|