Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created March 29, 2017 18:22
Show Gist options
  • Save lucasconstantino/35979d380b409d1a0e769ff4476d4bae to your computer and use it in GitHub Desktop.
Save lucasconstantino/35979d380b409d1a0e769ff4476d4bae to your computer and use it in GitHub Desktop.
const resolvers = {
Query: {
helloWorld: () => 'Hello!'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment