Closed jvbianchi closed 6 years ago
When I run graphql prepare I get this error: Cannot find module 'bindings-ts'
graphql prepare
Cannot find module 'bindings-ts'
My .graphqlconfig.yml:
projects: api: schemaPath: "src/schema/schema.graphql" extensions: endpoints: default: "http://localhost:4000" prepare-bundle: src/generated/api.graphql prepare-binding: output: src/generated/api.ts generator: bindings-ts database: schemaPath: "src/generated/prisma.graphql" extensions: prisma: database/prisma.yml prepare-binding: output: src/generated/prisma.ts generator: prisma-ts
The name of the generator is binding-ts. Please update your configuration and try again.
binding-ts
Yes, thank you
When I run
graphql prepare
I get this error:Cannot find module 'bindings-ts'
My .graphqlconfig.yml: