TextdepartRecursiveWithDepth.gql 118 B

1234567
  1. #import "../fragments/TextrefTreeFields.gql"
  2. query TextdepartRecursive($id: Int!) {
  3. textref(id: $id) {
  4. INPUT
  5. }
  6. }