Skip to content

Commit

Permalink
docs: update/annotate formerly experimental configs (#5938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Sep 4, 2024
1 parent 48c03cf commit dccab4e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions docs/source/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,15 @@ supergraph:

</MinVersion>

<ExperimentalFeature />
<Note>

The router supports enhanced operation signature normalization in the following versions:

- [General availability](/resources/product-launch-stages/#general-availability) in v1.54.0 and later
- [Experimental](/resources/product-launch-stages/#experimental-features) in v1.49.0 to v1.53.0

</Note>

Beginning in v1.49.0, the router supports enhanced operation signature normalization.
Apollo's legacy operation signature algorithm removes information about certain fields, such as input objects and aliases.
This removal means some operations may have the same normalized signature though they are distinct operations.

Expand Down Expand Up @@ -761,11 +767,19 @@ query AliasedQuery {

</MinVersion>

<ExperimentalFeature />
<Note>

The router supports extended reference reporting in the following versions:

- [General availability](/resources/product-launch-stages/#general-availability) in v1.54.0 and later
- [Experimental](/resources/product-launch-stages/#experimental-features) in v1.50.0 to v1.53.0

</Note>


<EnterpriseFeature linkWithAnchor="https://www.apollographql.com/pricing#graphos-router" />

Beginning in v1.50.0, you can configure the router to report enum and input object references for enhanced insights and operation checks.
You can configure the router to report enum and input object references for enhanced insights and operation checks.
Apollo's legacy reference reporting doesn't include data about enum values and input object fields, meaning you can't view enum and input object field usage in GraphOS Studio.
Legacy reporting can also cause [inaccurate operation checks](#enhanced-operation-checks).

Expand Down

0 comments on commit dccab4e

Please sign in to comment.