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