diff options
Diffstat (limited to 'backend/.graphqlconfig.yml')
| -rw-r--r-- | backend/.graphqlconfig.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/.graphqlconfig.yml b/backend/.graphqlconfig.yml index b495937..2f01155 100644 --- a/backend/.graphqlconfig.yml +++ b/backend/.graphqlconfig.yml @@ -3,8 +3,8 @@ projects: schemaPath: "src/schema.graphql" extensions: endpoints: - default: "http://localhost:4000" - database: + default: "http://localhost:4444" + prisma: schemaPath: "src/generated/prisma.graphql" extensions: - prisma: database/prisma.yml
\ No newline at end of file + prisma: prisma/prisma.yml
\ No newline at end of file |
