feat: Implement createUser mutation
This commit is contained in:
@@ -29,6 +29,7 @@ const authentication = shield(
|
||||
Mutation: {
|
||||
'*': isAuthenticated,
|
||||
login: allow,
|
||||
createUser: allow,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user