Skip to content

Instantly share code, notes, and snippets.

@fstodulski
Created February 10, 2019 19:47
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 fstodulski/cbec73960fb4bc31553ab7a9988d73f3 to your computer and use it in GitHub Desktop.
Save fstodulski/cbec73960fb4bc31553ab7a9988d73f3 to your computer and use it in GitHub Desktop.
export const commentsQuery = {
comments(parent, args, context) {
return context.prisma.comments();
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment