Skip to content

Instantly share code, notes, and snippets.

@nikolasburk
Last active June 16, 2019 12:28
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/8682136a7109b7e7749f6d31bc7b5481 to your computer and use it in GitHub Desktop.
Save nikolasburk/8682136a7109b7e7749f6d31bc7b5481 to your computer and use it in GitHub Desktop.
// graphql-yoga
const server = new GraphQLServer({ schema })
server.start(() => {
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