Skip to content

Instantly share code, notes, and snippets.

@Bensigo
Created October 3, 2017 11:31
Show Gist options
  • Save Bensigo/69247f851f49f83844a849f17dffedac to your computer and use it in GitHub Desktop.
Save Bensigo/69247f851f49f83844a849f17dffedac to your computer and use it in GitHub Desktop.
const {makeExecutableSchema} = require('graphql-tools')
const resolvers = require('./resolvers')
const typeDefs = require('./typeDefs')
module.exports = makeExecutableSchema({
typeDefs,
resolvers
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment