Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 17, 2020 21:13
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 marshallmurphy/b98a1b883891aaa4601ed4f536d6f8cc to your computer and use it in GitHub Desktop.
Save marshallmurphy/b98a1b883891aaa4601ed4f536d6f8cc to your computer and use it in GitHub Desktop.
// src/resolvers/Query.js
function users(parent, args, context, info) {
return context.prisma.users()
}
module.exports = {
users
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment