Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Add module to snek util
Browse files Browse the repository at this point in the history
The general util is now available on snek util.
  • Loading branch information
schettn committed Sep 7, 2020
1 parent 4268a0d commit b8c43a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/snek/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
//#region > Imports
//> All social related actions (like, follow,..)
import * as achievement from "./achievement";
import * as general from "./general";
import * as social from "./social";
import * as person from "./person";
import * as talk from "./talk";
Expand All @@ -40,6 +41,7 @@ class Provider {
public static client = new SnekClient("http://localhost:8000/graphql");
public static achievements: typeof achievement = require("./achievements");
// achievements.all()
public static general: typeof general = require("./general");
public static social: typeof social = require("./social");
// social.follow()
// social.unfollow()
Expand Down

0 comments on commit b8c43a8

Please sign in to comment.