github.com/opiuman/genqlient@v1.0.0/generate/testdata/errors/FlattenImplementation.schema.graphql (about)

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