aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/fetchers/topics/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/fetchers/topics/index.ts')
-rw-r--r--src/services/graphql/fetchers/topics/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/services/graphql/fetchers/topics/index.ts b/src/services/graphql/fetchers/topics/index.ts
new file mode 100644
index 0000000..e381883
--- /dev/null
+++ b/src/services/graphql/fetchers/topics/index.ts
@@ -0,0 +1,4 @@
+export * from './fetch-all-topics-slugs';
+export * from './fetch-topic';
+export * from './fetch-topics-count';
+export * from './fetch-topics-list';