Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created April 11, 2018 12:27
Show Gist options
  • Save wojciech-bilicki/ba3adb1f2f79b697b0c6b263d71e02c3 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/ba3adb1f2f79b697b0c6b263d71e02c3 to your computer and use it in GitHub Desktop.
const resolvers = {
Query: {
authors: () => {
return authors
},
author: (root, args) => {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment