github.com/opiuman/genqlient@v1.0.0/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  }