schema-no-subs2
This commit is contained in:
8
resolvers/community.py
Normal file
8
resolvers/community.py
Normal 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
|
Reference in New Issue
Block a user