From 8b60ee7f583f893d68a533a3304f30436e72b5f6 Mon Sep 17 00:00:00 2001 From: Ryan Mingyu Choi Date: Tue, 18 Sep 2018 18:44:55 -0700 Subject: Pointing prisma.yml to correct path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since prisma.yml gets created on the /backend root directory. Tested with graphql-cli and displayed eror — "prisma/prisma.yml could not be found." Prisma post-deploy command did not show an error. --- sick-fits/backend/.graphqlconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sick-fits/backend') diff --git a/sick-fits/backend/.graphqlconfig.yml b/sick-fits/backend/.graphqlconfig.yml index 2f01155..41bf8fc 100644 --- a/sick-fits/backend/.graphqlconfig.yml +++ b/sick-fits/backend/.graphqlconfig.yml @@ -7,4 +7,4 @@ projects: prisma: schemaPath: "src/generated/prisma.graphql" extensions: - prisma: prisma/prisma.yml \ No newline at end of file + prisma: prisma.yml -- cgit v1.3