git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/codegen/testserver/loops.graphql (about) 1 type LoopA { 2 b: LoopB! 3 } 4 5 type LoopB { 6 a: LoopA! 7 }