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 bb26dde commit c00d347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,14 +812,14 @@ amplify env list
| *apiupdate |
```

Now we can update the GraphQL Schema in `amplify/backend/api/GraphQLPets/schema.graphql` to the following:
Now we can update the GraphQL Schema in `amplify/backend/api/GraphQLPets/schema.graphql` to the following (adding the owner field):

```graphql
type Pet @model {
id: ID!
name: String!
description: String
owner: String #new
owner: String
}
```

Expand Down

0 comments on commit c00d347

Please sign in to comment.