From 552894a3a70a28f2fc12b34aebcb25dd2e33b37d Mon Sep 17 00:00:00 2001 From: n-hare Date: Tue, 18 Sep 2018 23:16:09 -0400 Subject: Mirror Changes of PR #18 Reflects the changes to path to the prisma.yml as made in PR #18 that altered the starter files. --- finished-application/backend/.graphqlconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finished-application/backend/.graphqlconfig.yml b/finished-application/backend/.graphqlconfig.yml index 2f01155..41bf8fc 100644 --- a/finished-application/backend/.graphqlconfig.yml +++ b/finished-application/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