Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c88f95

Browse files
Merge pull request nestjs#171 from cschroeter/master
content(prisma) fix formatting issue in graphqlconfig
2 parents a5c7dfd + 3a14f62 commit 8c88f95

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎src/app/homepage/pages/recipes/prisma/prisma.component.ts‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ $ npm install -g graphql-cli`;
3434
get graphqlconfigYml() {
3535
return `
3636
projects:
37-
database:
38-
schemaPath: src/prisma/prisma-types.graphql
39-
extensions:
40-
prisma: prisma.yml
41-
codegen:
42-
- generator: prisma-binding
43-
language: typescript
44-
output:
45-
binding: src/prisma/prisma.binding.ts`;
37+
database:
38+
schemaPath: src/prisma/prisma-types.graphql
39+
extensions:
40+
prisma: prisma.yml
41+
codegen:
42+
- generator: prisma-binding
43+
language: typescript
44+
output:
45+
binding: src/prisma/prisma.binding.ts`;
4646
}
4747

4848
get prismaService() {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /