Skip to content

Instantly share code, notes, and snippets.

@nikolasburk
Created June 16, 2019 12:30
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/530fcd60d8cbf5229eb68d11a4f92589 to your computer and use it in GitHub Desktop.
Save nikolasburk/530fcd60d8cbf5229eb68d11a4f92589 to your computer and use it in GitHub Desktop.
// apollo-server
const server = new ApolloServer({ schema })
server.listen({ port: 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