github.com/nathanstitt/genqlient@v0.3.1-0.20211028004951-a2bda3c41ab8/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  }