...

Text file src/github.com/99designs/gqlgen/codegen/testserver/followschema/loops.graphql

Documentation: github.com/99designs/gqlgen/codegen/testserver/followschema

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

View as plain text