paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
687 stars 55 forks source link

[nexus-generator][bug] Args not being generated for Models that are lowercase at first letter #269

Closed Cauen closed 2 years ago

Cauen commented 2 years ago

When we generate InputTypes with the Nexus Plugin. The generated arg types is not capitalized. Example: image

When we generate nexus backend, the generator enforce a capitalize on arg search.

Causing following error in template replace image

I've fixed the error and will send a PR