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