Skip to content

Instantly share code, notes, and snippets.

@nikolasburk
Created June 16, 2019 12:31
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 nikolasburk/3ce43163c6d8dcc98a322066db6550b4 to your computer and use it in GitHub Desktop.
Save nikolasburk/3ce43163c6d8dcc98a322066db6550b4 to your computer and use it in GitHub Desktop.
// express-graphql
const app = express()
app.use('/graphql', graphqlHTTP({ schema }))
app.listen(4000, () => {
console.log(`Server ready at http://localhost:4000`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment