github.com/geneva/gqlgen@v0.17.7-0.20230801155730-7b9317164836/codegen/testserver/singlefile/loops.graphql (about)

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