github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/codegen/testserver/loops.graphql (about) 1 type LoopA { 2 b: LoopB! 3 } 4 5 type LoopB { 6 a: LoopA! 7 }