Skip to content

Commit 2d10156

Browse files
Nilan Marktannerkbrandwijk
authored andcommitted
docs(README): adjust to prisma terminology (#59)
1 parent 3c7eb71 commit 2d10156

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)