Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit bf9523c

Browse files
Merge pull request prisma#4273 from nunovieira/patch-1
graphql-schema generator outputs a single file
2 parents 2517846 + ea8fde5 commit bf9523c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1.29/prisma-cli-and-configuration/prisma-yml-5cy7.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ generate:
102102
- generator: javascript-client
103103
output: ./generated/prisma-client
104104
- generator: graphql-schema
105-
output: ./generated/
105+
output: ./generated/prisma.graphql
106106

107107
# A "post-deployment" hook that regenerates
108108
# the Prisma client.
@@ -338,7 +338,7 @@ generate:
338338
- generator: javascript-client
339339
output: ./generated/prisma-client
340340
- generator: graphql-schema
341-
output: ./generated/prisma
341+
output: ./generated/prisma.graphql
342342
```
343343

344344
### databaseType (optional)

0 commit comments

Comments
 (0)