Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.33 KB

breaking-changes.md

File metadata and controls

28 lines (22 loc) · 1.33 KB
title intro redirect_from versions topics autogenerated
Breaking changes
Learn about recent and upcoming breaking changes to the {% data variables.product.prodname_dotcom %} GraphQL API.
/v4/breaking_changes
fpt ghec ghes
*
*
*
API
graphql

About breaking changes

Breaking changes are any changes that might require action from our integrators. We divide these changes into two categories:

  • Breaking: Changes that will break existing queries to the GraphQL API. For example, removing a field would be a breaking change.
  • Dangerous: Changes that won't break existing queries but could affect the runtime behavior of clients. Adding an enum value is an example of a dangerous change.

{% ifversion ghes < 3.13 %} We strive to provide stable APIs for our integrators. When a new feature is still evolving, we release it behind a schema preview. {% endif %}

We'll announce upcoming breaking changes at least three months before making changes to the GraphQL schema, to give integrators time to make the necessary adjustments. Changes go into effect on the first day of a quarter (January 1st, April 1st, July 1st, or October 1st). For example, if we announce a change on January 15th, it will be made on July 1st.