Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

changelog.md 1.1 KB

You have to be logged in to leave a comment. Sign In
title intro redirect_from versions
Changelog The GraphQL schema changelog is a list of recent and upcoming changes to our GraphQL API schema. It includes backwards-compatible changes, schema previews, and upcoming breaking changes. [/v4/changelog] [{free-pro-team *} {enterprise-server *} {github-ae *}]

Breaking changes include changes that will break existing queries or could affect the runtime behavior of clients. For a list of breaking changes and when they will occur, see our breaking changes log.

{% for entry in graphql.changelog %}

Schema Changes for {{ entry.date }}

{% for schemaChange in entry.schemaChanges %} {{ schemaChange.title }}

{% for change in schemaChange.changes %}

  • {{ change }} {% endfor %} {% endfor %}

{% for previewChange in entry.previewChanges %} {{ previewChange.title }}

{% for change in previewChange.changes %}

  • {{ change }} {% endfor %} {% endfor %}

{% for upcomingChange in entry.upcomingChanges %} {{ upcomingChange.title }}

{% for change in upcomingChange.changes %}

  • {{ change }} {% endfor %} {% endfor %}

{% endfor %}

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...