Skip to content

Instantly share code, notes, and snippets.

@lindenmelvin
Created February 11, 2020 19:45
Show Gist options
  • Save lindenmelvin/f83e923d32aabbe1a877f081aa9e6751 to your computer and use it in GitHub Desktop.
Save lindenmelvin/f83e923d32aabbe1a877f081aa9e6751 to your computer and use it in GitHub Desktop.
const posts = require("./posts");
module.exports = {
Query: {
posts: () => {
return posts;
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment