Skip to content

Instantly share code, notes, and snippets.

@yvesbou
Created February 18, 2022 10:03
Show Gist options
  • Save yvesbou/997c65a517ef40bcc4e0820f37bb10d2 to your computer and use it in GitHub Desktop.
Save yvesbou/997c65a517ef40bcc4e0820f37bb10d2 to your computer and use it in GitHub Desktop.
const mutations = require('./mutations');
const queries = require('./queries');
module.exports = {
Mutation: {
...mutations
},
Query: {
...queries
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment