summaryrefslogtreecommitdiffstats
path: root/backend/.graphqlconfig.yml
diff options
context:
space:
mode:
authorJohannes Schickling <schickling.j@gmail.com>2018-05-21 16:36:32 -0700
committerJohannes Schickling <schickling.j@gmail.com>2018-05-21 16:36:32 -0700
commit603f1a0e9df2f88184cc03ce2e7177547daa0674 (patch)
treef6a934b28cd9c8ac7d80fffea026938787c5407d /backend/.graphqlconfig.yml
parent51f593384f1325b78a263d0d870d162236ed28d2 (diff)
use prisma deploy hooks
Diffstat (limited to 'backend/.graphqlconfig.yml')
-rw-r--r--backend/.graphqlconfig.yml6
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