From 22b87a179af5ca7b148453c1a1a84c85d29f4c4a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 28 Sep 2024 16:58:15 -0700 Subject: feat(graphl): set up user module --- src/graphql/hello/resolvers.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/graphql/hello/resolvers.ts (limited to 'src/graphql/hello/resolvers.ts') diff --git a/src/graphql/hello/resolvers.ts b/src/graphql/hello/resolvers.ts deleted file mode 100644 index f882765f..00000000 --- a/src/graphql/hello/resolvers.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type { WithIndex } from '../$types'; -import type { Resolvers } from './$types'; - -export const resolvers: WithIndex = { - Query: { - hello() { - return 'Hello SvelteKit!'; - } - } -}; -- cgit v1.2.3