codegen/testserver/followschema/loops.graphql (
6
lines of code) (
raw
):
type LoopA { b: LoopB! } type LoopB { a: LoopA! }