Deploying a GraphQL API on Netlify serverless functions with apollo-server-lambda

Share this video with your friends

Send Tweet

GraphQL provides a really great interface for product development. We can combine that with the deployment model Netlify gives us for serverless functions to ship a graphql api.

Note: At 00:44 I say graphql.js but show index.js. graphql.js is the file that should be used.