Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chris001177
Created June 22, 2019 19:42
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 chris001177/b6cd17973d3d0bde678058064616ef8b to your computer and use it in GitHub Desktop.
Save chris001177/b6cd17973d3d0bde678058064616ef8b to your computer and use it in GitHub Desktop.
addComment (_, args, context) {
// make sure user is authenticated
if (!context.user) {
throw new Error('You are not authorized!')
}
// user is authenticated, continue with adding comment
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment