Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save haldarmahesh/b7d5cde819105fb94a96192aa0078620 to your computer and use it in GitHub Desktop.
Save haldarmahesh/b7d5cde819105fb94a96192aa0078620 to your computer and use it in GitHub Desktop.
const graphqlController = require('./controller/graphqlController');
app.use('/graphql', graphqlController);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment