-
Notifications
You must be signed in to change notification settings - Fork 2
Union Output Type of Root Type
Adil Bektursunov edited this page Dec 14, 2025
·
2 revisions
| # | Change id | Example | ER | Storybook |
|---|---|---|---|---|
| 1 | mark-optional-field-as-mandatory-in-object-type-from-union-type | before after | non-breaking | mark-optional-field-as-mandatory-in-object-type-from-union-type |
| 2 | mark-mandatory-field-as-optional-in-object-type-from-union-type | before after | breaking | mark-mandatory-field-as-optional-in-object-type-from-union-type |
| 3 | change-field-type-in-object-type-from-union-type | before after | breaking | change-field-type-in-object-type-from-union-type |
| 4 | add-new-field-in-object-type-from-union-type | before after | non-breaking | add-new-field-in-object-type-from-union-type |
| 5 | remove-field-in-object-type-from-union-type | before after | breaking | remove-field-in-object-type-from-union-type |
| 6 | add-field-description-in-object-type-from-union-type | before after | annotation | add-field-description-in-object-type-from-union-type |
| 7 | update-field-description-in-object-type-from-union-type | before after | annotation | update-field-description-in-object-type-from-union-type |
| 8 | delete-field-description-in-object-type-from-union-type | before after | annotation | delete-field-description-in-object-type-from-union-type |
| 9 | add-object-type-in-union-type | before after | breaking | add-object-type-in-union-type |
| 10 | change-object-type-in-union-type | before after | 2 breaking changes | change-object-type-in-union-type |
| 11 | remove-object-type-from-union-type | before after | breaking | remove-object-type-from-union-type |