Work in progress.
-
Why do we have createGame and createNewGame mutations?
-
Does CreateNewGameInput need id param?
-
Understand @key, @connection https://docs.amplify.aws/cli-legacy/graphql-transformer/connection for @model relationships
-
Understand @function https://docs.amplify.aws/cli-legacy/graphql-transformer/function
-
Remove global public model permission in schema.graphql
amplify api gql-compile # Compiles all schema.graphql files
amplify codegen # Generates GraphQL statements and types
amplify push # Update cloud resources
amplify serve # Runs `amplify push`, and then executes the project's start command to test run the client-side application
aws-amplify/amplify-cli#3643 (comment)
amplify mock
Note that mocking AppSync subscriptions is not yet supported.