Created
March 12, 2018 21:58
-
-
Save lastmjs/4e855d2c60846331a53716e19e87cf68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const directiveResolvers = { | |
userOwns: userOwnsDirectiveResolver, | |
authenticated: authenticatedDirectiveResolver, | |
private: privateDirectiveResolver | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment