github.com/codykaup/genqlient@v0.6.2/generate/testdata/errors/FlattenImplementation.schema.graphql (about) 1 type Query { i: I } 2 interface I { f: String } 3 type T implements I { f: String }