diff options
Diffstat (limited to 'src/graphql/hello/schema.graphql')
| -rw-r--r-- | src/graphql/hello/schema.graphql | 3 |
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! -} |