Remove old fragments and queries
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
#import "../fragments/TextFields.gql"
|
||||
|
||||
query TextRef ($id: Int!) {
|
||||
text: texte (id: $id) {
|
||||
...TextFields
|
||||
|
||||
... on Textref {
|
||||
children: text_produits {
|
||||
id
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
siblings: text_en_rebond {
|
||||
id
|
||||
title
|
||||
authors: auteurs {
|
||||
name
|
||||
}
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
edition {
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
... on Textprod {
|
||||
siblings: text_en_rebond {
|
||||
id
|
||||
title
|
||||
authors: auteurs {
|
||||
name
|
||||
}
|
||||
families: familles {
|
||||
id
|
||||
}
|
||||
edition {
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
#import "../fragments/TextrefTreeFields.gql"
|
||||
|
||||
query TextdepartRecursive($id: Int!) {
|
||||
textref(id: $id) {
|
||||
...TextrefTreeFields
|
||||
siblings: text_en_rebond {
|
||||
...TextrefTreeFields
|
||||
siblings: text_en_rebond {
|
||||
...TextrefTreeFields
|
||||
siblings: text_en_rebond {
|
||||
...TextrefTreeFields
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
#import "../fragments/TextrefTreeFields.gql"
|
||||
|
||||
query TextdepartRecursive($id: Int!) {
|
||||
textref(id: $id) {
|
||||
INPUT
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
#import "../fragments/TextFields.gql"
|
||||
|
||||
query TextsDepart {
|
||||
textsdepart {
|
||||
...TextFields
|
||||
children: text_produits {
|
||||
id
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
siblings: text_en_rebond {
|
||||
id
|
||||
title
|
||||
families: familles {
|
||||
id
|
||||
name
|
||||
}
|
||||
authors: auteurs {
|
||||
name
|
||||
}
|
||||
edition {
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user