The TypeScript generator is generating all kinds o...
# orm-help
t
The TypeScript generator is generating all kinds of errors
s
I haven't had any issues with the TypeScript generators. What are you seeing?
t
TS was complaining about the third parameter being
{}
when it was expecting
info
according to the type signature that Atom gives me. The methods in the
exists
object are calling existsDelegate, which doesn’t appear to exist (ironically).
@nilan any ideas?
n
what TypeScript generator do you refer to?
t
generator: prisma-ts
n
Is this From
prisma-binding
?
t
I’m not sure. What should my
.graphqlconfig.yml
look like?
n
I propose you describe your curry setup and then errors you are facing here: https://github.com/prismagraphql/prisma-binding. I will take a look at this later 🙂
t
I ran
graphql create
to create a brand new (basic) TS project, and I found that my
post-deploy
hook had
graphql prepare
instead of
graphql codegen
and then I updated my
.graphqlconfig.yml
to have to appropriate codegen config instead of prepare config