Version: Legacy
Implement Your Server
To get started, add express
and express-graphql
to your app:
Then,
To test your server, run
ts-node index.ts
and try to openhttp://localhost:4000/
. See the GraphiQL UI.
If you want to use Apollo-Server, check the Integrate with Apollo Server section.