aboutsummaryrefslogtreecommitdiff
path: root/src/graphql/hello/index.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-28 16:58:15 -0700
committerFuwn <[email protected]>2024-09-28 16:58:15 -0700
commit22b87a179af5ca7b148453c1a1a84c85d29f4c4a (patch)
tree01f754c6c18cad902fd3820494065d403ca8a565 /src/graphql/hello/index.ts
parentfeat(api): set up graphql api (diff)
downloaddue.moe-22b87a179af5ca7b148453c1a1a84c85d29f4c4a.tar.xz
due.moe-22b87a179af5ca7b148453c1a1a84c85d29f4c4a.zip
feat(graphl): set up user module
Diffstat (limited to 'src/graphql/hello/index.ts')
-rw-r--r--src/graphql/hello/index.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/graphql/hello/index.ts b/src/graphql/hello/index.ts
deleted file mode 100644
index 925a7ece..00000000
--- a/src/graphql/hello/index.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import typeDefs from './schema.graphql?raw';
-import { resolvers } from './resolvers';
-
-export default { typeDefs, resolvers };