github.com/opiuman/genqlient@v1.0.0/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 }