Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/learn/schema-review.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ Breaking changes include:
- **Making non-nullable fields nullable**: Existing clients may crash on unexpected nulls

Note that some of these changes, such as a type rename or a conversion from an object to an interface, may be compatible with existing clients at runtime. But it is impossible to tell for sure and are therefore considered breaking.

Dangerous changes that may break some clients include:

- **Adding enum values**: If clients exhaustively match enum values
Expand Down
Loading