schema-no-subs2

This commit is contained in:
2023-10-06 00:42:34 +03:00
parent 4f0377c57d
commit 400fff4ef0
2 changed files with 13 additions and 98 deletions

8
resolvers/community.py Normal file
View File

@@ -0,0 +1,8 @@
def community_follow(id1, slug):
# TODO: implement when needed
return None
def community_unfollow(id1, slug):
# TODO: implement
return None