omar-dulaimi / prisma-trpc-generator

Prisma 2+ generator to emit fully implemented tRPC routers
MIT License
675 stars 34 forks source link

suppress 'OrThrow' when matching opType #43

Closed kristinlindquist closed 1 year ago

kristinlindquist commented 1 year ago

Description

Removes "OrThrow" from opType string before matching in getInputTypeByOpName / getProcedureTypeByOpName.

References

Resolves #42