From cd0b07b3adb36fb5ec098f9e511ab45d774fee7b Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 30 Jan 2018 12:41:01 -0500 Subject: Move to Prisma Backend --- backend/.graphqlconfig.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backend/.graphqlconfig.yml (limited to 'backend/.graphqlconfig.yml') diff --git a/backend/.graphqlconfig.yml b/backend/.graphqlconfig.yml new file mode 100644 index 0000000..b495937 --- /dev/null +++ b/backend/.graphqlconfig.yml @@ -0,0 +1,10 @@ +projects: + app: + schemaPath: "src/schema.graphql" + extensions: + endpoints: + default: "http://localhost:4000" + database: + schemaPath: "src/generated/prisma.graphql" + extensions: + prisma: database/prisma.yml \ No newline at end of file -- cgit v1.3