aboutsummaryrefslogtreecommitdiff
path: root/src/graphql/hello/schema.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphql/hello/schema.graphql')
-rw-r--r--src/graphql/hello/schema.graphql3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/graphql/hello/schema.graphql b/src/graphql/hello/schema.graphql
deleted file mode 100644
index d3dba234..00000000
--- a/src/graphql/hello/schema.graphql
+++ /dev/null
@@ -1,3 +0,0 @@
-type Query {
- hello: String!
-}