Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.18 KB

Apollo GraphQL Movie API

Example GraphQL API created as an intro to GraphQL and Apollo. Presented during the meetup React & GraphQL Sundsvall.

You can find an example app using this API in the repo esatto/graphql-movie-app.

DEMO - Coming soon

Technology used

Getting started

We're using yarn in these examples, but npm should work as well.

  1. Run yarn to install packages
  2. Run yarn start to start compilation and server
  3. Run yarn graphqlgen to generate TypeScript definitions for resolvers using graphqlgen.

Recommended plugins for VS Code

For syntax highlighting in .graphql-files, use the Apollo VSCode plugin.

License

This example project is MIT licensed.