Jack Clackett
Jack Clackett
Yeah in safari and chrome I get a load of these in the dev console on the demo site, using the example Soundcloud links. No extensions being used, no content...
please can you release another version to NPM :)
Still not there :( All i have is this... Something with your publish step is not including all the files, potentially in your package.json you should include the declation file...
Commenting here to also say that I, like @amosbastian, never use the generated resolvers as there's rarely a time where its ever just CRUD for me, I'm a bit surprised...
https://prisma.typegraphql.com/docs/advanced/hiding-field
@capaj Just had a quick play, adding noResolvers = true makes it so only the models are generated, I would have thought it would just disable the resolvers. i.e. inputs...
Yeah if there was a way to do this, that would be great! currently generating the source files is not an option as it then fails all eslint/ts checks.
Yeah for sure this isn't high priority, so all good! :)
Yeah emitting the source files comes with a load of new issues, like eslint/tsc errors, not to mention starting any ts server takes a while to boot is there a...
It seems like generated TeamWhereInput[] isn't the same as prisma's "Enumerable" version?? ```ts Enumerable Enumerable = T | Array; ``` here's a fuller error log: ``` Argument of type 'FindFirstTeamArgs'...