codegen/testserver/singlefile/loops.graphql (6 lines of code) (raw):

type LoopA { b: LoopB! } type LoopB { a: LoopA! }