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 --- graphcool/src/hello.graphql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 graphcool/src/hello.graphql (limited to 'graphcool/src/hello.graphql') diff --git a/graphcool/src/hello.graphql b/graphcool/src/hello.graphql deleted file mode 100644 index d43c729..0000000 --- a/graphcool/src/hello.graphql +++ /dev/null @@ -1,7 +0,0 @@ -type HelloPayload { - message: String! -} - -extend type Query { - hello(name: String): HelloPayload -} -- cgit v1.3