Policy

Breaking changes and deprecation policy

GraphQL protocol provides a smooth mechanism for breaking changes: new features are added and deprecated are removed in some time, so there is no need to migrate from one API version to another.

The deprecation period will be no less than 1 months after an announcement in deprecation schedule, but it depends on the feature usage - for the most popular features this period can last for 3 months or more.

Check deprecation schedule.

While deprecated functionality remains available until the scheduled sunset date, users are encouraged to use the deprecation period to migrate to new functionality (check migration guides), or - if no functionality is available - notify about it in telegram group. After the sunset date, deprecated versions will no longer be available.

Last updated