-
Notifications
You must be signed in to change notification settings - Fork 2
Object 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-object-type-as-mandatory | before after | non-breaking | mark-optional-field-of-output-object-type-as-mandatory |
| 2 | mark-mandatory-field-of-output-object-type-as-optional | before after | breaking | mark-mandatory-field-of-output-object-type-as-optional |
| 3 | change-field-type-of-output-object-type | before after | breaking | change-field-type-of-output-object-type |
| 4 | add-new-field-in-output-object-type | before after | non-breaking | add-new-field-in-output-object-type |
| 5 | remove-field-from-output-object-type | before after | breaking | remove-field-from-output-object-type |
| 6 | add-description-for-output-object-type | before after | annotation | add-description-for-output-object-type |
| 7 | update-description-of-output-object-type | before after | annotation | update-description-of-output-object-type |
| 8 | delete-description-of-output-object-type | before after | annotation | delete-description-of-output-object-type |
| 9 | add-description-for-field-of-output-object-type | before after | annotation | add-description-for-field-of-output-object-type |
| 10 | update-description-for-field-of-output-object-type | before after | annotation | update-description-for-field-of-output-object-type |
| 11 | delete-description-for-field-of-output-object-type | before after | annotation | delete-description-for-field-of-output-object-type |
| 12 | add-enum-value-of-field-in-output-object-type | before after | requires attention | add-enum-value-of-field-in-output-object-type |
| 13 | remove-enum-value-of-field-in-output-object-type | before after | non-breaking | remove-enum-value-of-field-in-output-object-type |
| 14 | change-field-type-of-output-object-type-from-enum-to-string | before after | breaking | change-field-type-of-output-object-type-from-enum-to-string |