github.com/Desuuuu/genqlient@v0.5.3/generate/testdata/errors/ConflictingTypeNameAndGlobalBind.schema.graphql (about) 1 type Query { 2 user: User 3 } 4 5 type User { 6 id: ID! 7 name: ValidScalar! 8 } 9 10 scalar ValidScalar