From 603f1a0e9df2f88184cc03ce2e7177547daa0674 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Mon, 21 May 2018 16:36:32 -0700 Subject: use prisma deploy hooks --- backend/.graphqlconfig.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend/.graphqlconfig.yml') 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 -- cgit v1.3