We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f985f commit a9f9bd8Copy full SHA for a9f9bd8
src/gql/resolvers/index.ts
@@ -1,7 +1,7 @@
1
import { mutationType, queryType } from "../schema";
2
import { contentQuery, contentMutation } from "./content";
3
import { whitelistQuery, whitelistMutation } from "./whitelist";
4
-import watchtime from "./watchtime";
+// import watchtime from "./watchtime";
5
import getTwitchUser from "./getTwitchUser";
6
7
import me from "./me";
@@ -16,7 +16,7 @@ export const resolvers = {
16
Query: {
17
...contentQuery,
18
...me,
19
- ...watchtime,
+ // ...watchtime,
20
...getTwitchUser,
21
...whitelistQuery,
22
},
0 commit comments