load fixed, auth wip

This commit is contained in:
2022-12-01 11:12:48 +03:00
parent 86401f5cb7
commit 11655b31ae
12 changed files with 65 additions and 82 deletions

View File

@@ -8,7 +8,7 @@ from resolvers.auth import (
get_current_user,
)
from resolvers.create.collab import remove_author, invite_author
from resolvers.create.collab import remove_coauthor, invite_coauthor
from resolvers.create.migrate import markdown_body
from resolvers.create.editor import create_shout, delete_shout, update_shout
@@ -93,8 +93,8 @@ __all__ = [
# create.migrate
"markdown_body",
# create.collab
"invite_author",
"remove_author",
"invite_coauthor",
"remove_coauthor",
# zine.topics
"topics_all",
"topics_by_community",