github.com/Desuuuu/genqlient@v0.5.3/generate/testdata/errors/ConflictingTypeNames.schema.graphql (about) 1 type Query { 2 f: T 3 } 4 5 type T { 6 g: String! 7 h: String! 8 }