github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/codegen/testserver/loops.graphql (about)

     1  type LoopA {
     2      b: LoopB!
     3  }
     4  
     5  type LoopB {
     6      a: LoopA!
     7  }