day 11
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
/*Powered By: Manaknightdigital Inc. https://manaknightdigital.com/ Year: 2021*/
|
||||
/**
|
||||
* User Resolve Single
|
||||
* @copyright 2021 Manaknightdigital Inc.
|
||||
* @link https://manaknightdigital.com
|
||||
* @license Proprietary Software licensing
|
||||
* @author Ryan Wong
|
||||
*
|
||||
*/
|
||||
|
||||
module.exports = async (_, __, { directives: { verifyUser } }) => {
|
||||
return {
|
||||
success: true,
|
||||
data: verifyUser?.user,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user