Skip to content

Instantly share code, notes, and snippets.

@Bensigo
Created October 3, 2017 11:29
Show Gist options
  • Save Bensigo/67b93076f1f4cd21096188eb14e1786b to your computer and use it in GitHub Desktop.
Save Bensigo/67b93076f1f4cd21096188eb14e1786b to your computer and use it in GitHub Desktop.
module.exports = {
Query: {
hello (root, args, context) {
return 'Hello world!!'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment