github.com/codykaup/genqlient@v0.6.2/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  }