Darko Pranjic

Results 4 comments of Darko Pranjic

After downgrade to 0.2.2 , run `npm start -- --reset-cache`

Is it possible to create those fields on relations or only on models? I have a use case where I have a model BarberWorkTimeOverride with date, closed, start (time), and...

Thanks for a quick answer @SevInf My schema is below ``` generator client { provider = "prisma-client-js" previewFeatures = ["clientExtensions"] } generator typegraphql { provider = "typegraphql-prisma" output = "../src/graphql/type-graphql"...

@SevInf @janpio I'll open another issue for this. If you're accessing those computed fields from a client, let's say graphiql, they won't be visible as they are combined. They work...