Show descriptions for `:alpha` items in GraphQL docs
All threads resolved!
All threads resolved!
Compare changes
@@ -241,13 +241,13 @@
@@ -241,13 +241,13 @@
Previously the original descriptions of "alpha" items were not displayed in the generated GraphQL docs. This was because marking items as "alpha" leverages our deprecation code, and for deprecated items we only display the deprecation notice and not the original item description.
For alpha fields, we now display the warning of its instability but also the original description.
Before | After |
---|---|
![]() |
![]() |
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.