Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created June 5, 2018 11:24
Show Gist options
  • Save daniele-zurico/57742ada49816780983ff04a380eead0 to your computer and use it in GitHub Desktop.
Save daniele-zurico/57742ada49816780983ff04a380eead0 to your computer and use it in GitHub Desktop.
const helloResolver = {
Query: {
hello: () => {
return "Hello world!";
}
}
};
export default helloResolver;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment