File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ Out of the box, the following generators are provided by [`graphql-static-bindin
5757
5858| Generator | Purpose |
5959| ------------ | -------------------------------------------- |
60- | graphcool -ts | Typescript bindings for Graphcool endpoints |
61- | graphcool -js | Javascript bindings for Graphcool endpoints |
60+ | prisma -ts | Typescript bindings for Prisma endpoints |
61+ | prisma -js | Javascript bindings for Prisma endpoints |
6262| binding-ts | Typescript bindings for any GraphQL endpoint |
6363| binding-js | Javascript bindings for any GraphQL endpoint |
6464
@@ -82,12 +82,12 @@ projects:
8282 default: 'http://localhost:4000'
8383+ prepare-bundle: src/generated/app.graphql
8484 database:
85- schemaPath: database/schema. generated.graphql
85+ schemaPath: src/ generated/prisma .graphql
8686 extensions:
87- graphcool: graphcool .yml
87+ prisma: prisma .yml
8888+ prepare-binding:
89- + output: src/generated/database .ts
90- + generator: graphcool -ts
89+ + output: src/generated/prisma .ts
90+ + generator: prisma -ts
9191
9292```
9393
You can’t perform that action at this time.
0 commit comments