A quick demo showing how to host an Apollo server on Vercel.
Type the following command in your terminal to test:
curl --location --request POST 'https://apollo-server-vercel-eight.vercel.app/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"{\n hello\n}","variables":{}}'