Creating a GraphQL Server with Express and Apollo Server

John Au-Yeung
Level Up Coding
Published in
3 min readMar 27, 2020

--

Photo by Felix Soage on Unsplash

Apollo Server is available as a Node package. We can use it to create a server to accept GraphQL requests.

In this article, we’ll look at how to use it with Express to create our own GraphQL server.

Get started with Apollo Server

--

--