add ability to query a text tree with a depth variable
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#import "../fragments/TextrefTreeFields.gql"
|
||||
|
||||
query TextdepartRecursive($id: Int!) {
|
||||
textref(id: $id) {
|
||||
INPUT
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user