feat: Implement createUser mutation

This commit is contained in:
Faruk AYDIN
2023-02-18 14:49:12 +01:00
parent aeec2377c1
commit b8b453aba0
4 changed files with 37 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const authentication = shield(
Mutation: {
'*': isAuthenticated,
login: allow,
createUser: allow,
},
},
{