1
0
mirror of synced 2025-12-23 21:07:12 -05:00

updating content files

This commit is contained in:
Grace Park
2021-06-14 12:06:52 -07:00
parent 850ab9ccb4
commit 6f7e4f50dc
1154 changed files with 6299 additions and 6267 deletions

View File

@@ -11,7 +11,7 @@ topics:
- API
---
### About breaking changes
## About breaking changes
Breaking changes are any changes that might require action from our integrators. We divide these changes into two categories:
@@ -23,7 +23,7 @@ We strive to provide stable APIs for our integrators. When a new feature is stil
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.
{% for date in graphql.upcomingChangesForCurrentVersion %}
### Changes scheduled for {{ date[0] }}
## Changes scheduled for {{ date[0] }}
{% for change in date[1] %}
<ul>