A Serverless GraphQL API boilerplate using:
You can try it with GraphQL Playground.
- Import types from graphql schema
yarn schema-type
- Build the project
yarn build
- Launch local server (make sure to build before)
yarn start
- Deploy to AWS (make sure to build before)
yarn deploy