schema-fix

This commit is contained in:
2022-10-04 17:30:17 +03:00
parent 5da27fffa5
commit 3202a70bed
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ async def register(_, _info, email: str, password: str = "", username: str = "")
if not password:
user = await auth_send_link(_, _info, email)
return user
return {"user": user}
@mutation.field("sendLink")