Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kkworden
Created December 10, 2018 19:29
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 kkworden/ed508d3471e12ca22885fa7210771337 to your computer and use it in GitHub Desktop.
Save kkworden/ed508d3471e12ca22885fa7210771337 to your computer and use it in GitHub Desktop.
Resolvers for the schema
const resolvers = {
hello: () => {
return 'Hello world!';
},
};
module.exports = resolvers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment