|
|
|
|
|
by eurasiantiger
1666 days ago
|
|
With GraphQL, the idea is to never change existing behaviour, but to use directives to flag them deprecated and direct devs to change to using the new type/field/query/whatever. This gives a guarantee about not breaking existing things. |
|