8 lines
118 B
GraphQL
8 lines
118 B
GraphQL
#import "../fragments/TextrefTreeFields.gql"
|
|
|
|
query TextdepartRecursive($id: Int!) {
|
|
textref(id: $id) {
|
|
INPUT
|
|
}
|
|
}
|