github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/codegen/testserver/followschema/loops.graphql (about)

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