There was an error while loading. Please reload this page.
1 parent 30198bf commit 73c3bb7Copy full SHA for 73c3bb7
src/app.resolver.ts
@@ -6,9 +6,4 @@ export class AppResolver {
6
async hello() {
7
return 'world';
8
}
9
-
10
- @Query(returns => String)
11
- async test() {
12
- return 'world';
13
- }
14
0 commit comments