Skip to content

Instantly share code, notes, and snippets.

@lastmjs
Created March 12, 2018 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lastmjs/4e855d2c60846331a53716e19e87cf68 to your computer and use it in GitHub Desktop.
Save lastmjs/4e855d2c60846331a53716e19e87cf68 to your computer and use it in GitHub Desktop.
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