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