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