github.com/Desuuuu/genqlient@v0.5.3/generate/testdata/errors/FlattenImplementation.schema.graphql (about)

     1  type Query { i: I }
     2  interface I { f: String }
     3  type T implements I { f: String }