add ability to query a text tree with a depth variable

This commit is contained in:
axolotle
2021-03-01 15:32:23 +01:00
parent c2c5c99745
commit 0fe388bf7f
3 changed files with 62 additions and 21 deletions
@@ -0,0 +1,7 @@
#import "../fragments/TextrefTreeFields.gql"
query TextdepartRecursive($id: Int!) {
textref(id: $id) {
INPUT
}
}