github.com/Desuuuu/genqlient@v0.5.3/generate/testdata/queries/InterfaceNesting.graphql (about)

     1  query InterfaceNesting {
     2    root {
     3      id
     4      children {
     5        id
     6        parent {
     7          id
     8          children {
     9            id
    10          }
    11        }
    12      }
    13    }
    14  }