Skip to content

Commit

Permalink
Update README.md (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejaco2 authored Oct 13, 2023
1 parent dd6e6d4 commit e6499e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/AppSync_BreakingChangeDetection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Validates that an AWS AppSync GraphQL schema update does not introduce a change that would break existing clients of the AWS AppSync GraphQL API. There are three categories of changes in a GraphQL schema:

- **Breaking**: These are changes that are not backwards incompatible for existing API clients, such as changing the return type of an existing field or removing a field from the schema.
- **Breaking**: These are changes that are backwards incompatible for existing API clients, such as changing the return type of an existing field or removing a field from the schema.
- **Dangerous**: These are changes that may be dangerous for existing API clients but are not necessarily breaking, such as adding a new value in an Enum or changing the default value on an argument.
- **Non-breaking**: These are changes that are backwards compatible for existing clients, such as adding a new field or type to the schema.

Expand Down Expand Up @@ -174,4 +174,4 @@ Resources:
SIMPLE,
COMPLEX
}
```
```

0 comments on commit e6499e0

Please sign in to comment.