Skip to content

A quick demo showing how to host an Apollo server on Vercel.

Notifications You must be signed in to change notification settings

stephanepericat/apollo-server-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo-server-vercel

A quick demo showing how to host an Apollo server on Vercel.

Demo

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":{}}'

About

A quick demo showing how to host an Apollo server on Vercel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published