github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/codegen/testserver/loops.graphql (about)

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