Exercise 8: Test your GraphQL locally
Few months ago, AWS Amplify added a new feature for local mocking of the cloud resources, including GraphQL.
Task
Run your GraphQL endpoint locally and play with it.
Hints
- See the docs for more details: https://aws-amplify.github.io/docs/cli-toolchain/usage#mocking-and-testing.
- Run the
amplify mockcommand to start GraphQL mock server locally.