Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabit committed Dec 2, 2018
1 parent 0c28fae commit 4a198cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ amplify add api
Answer the following questions

- Please select from one of the above mentioned services __GraphQL__
- Provide API name: __AmplifyWorkshopTest__
- Provide API name: __GraphQLPets__
- Choose an authorization type for the API __API key__
- Do you have an annotated GraphQL schema? __N__
- Do you want a guided schema creation? __Y__
Expand All @@ -401,6 +401,11 @@ type Pet @model {
amplify push
```

- Do you want to generate code for your newly created GraphQL API __Y__
- Choose the code generation language target: __JavaScript__
- Enter the file name pattern of graphql queries, mutations and subscriptions: __(src/graphql/**/*.js)__
- Do you want to generate/update all possible GraphQL operations - queries, mutations and subscriptions? __Y__

> To view the new AWS AppSync API at any time after its creation, go to the dashboard at [https://console.aws.amazon.com/appsync](https://console.aws.amazon.com/appsync). Also be sure that your region is set correctly.
### Adding mutations from within the AWS AppSync Console
Expand Down

0 comments on commit 4a198cc

Please sign in to comment.