diff options
| author | Fuwn <[email protected]> | 2024-09-28 16:58:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-28 16:58:15 -0700 |
| commit | 22b87a179af5ca7b148453c1a1a84c85d29f4c4a (patch) | |
| tree | 01f754c6c18cad902fd3820494065d403ca8a565 /src/graphql/hello/schema.graphql | |
| parent | feat(api): set up graphql api (diff) | |
| download | due.moe-22b87a179af5ca7b148453c1a1a84c85d29f4c4a.tar.xz due.moe-22b87a179af5ca7b148453c1a1a84c85d29f4c4a.zip | |
feat(graphl): set up user module
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! -} |