[Website] Add "Opt-In Features" blog post - #10373
Open
glen-84 wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The post references a featuredImage (header.png) that is not present under the expected public blog image directory, which will render a broken header image.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a new website blog post explaining GraphQL opt-in features via the @requiresOptIn directive, including background, usage in Hot Chocolate, and behavior in Fusion composition/introspection.
Changes:
- Adds a new blog post covering the
@requiresOptIndirective and the opt-in feature lifecycle alongside@deprecated. - Documents usage patterns (implementation-first, code-first, schema-first) plus introspection and stability metadata.
- Explains Fusion composition semantics and the
OPT_IN_FEATURE_STABILITY_MISMATCHrule.
File summaries
| File | Description |
|---|---|
| website/content/blog/2026-09-08-opt-in-features.md | New blog post content and frontmatter for the “Opt-In Features” article. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@requiresOptIndirective: its Kotlin origins and the Stage 0 GraphQL RFC, how it pairs with@deprecatedto complete the feature lifecycle, and how to use it in Hot Chocolate and Fusion.includeOptIn,requiresOptIn,optInFeatures, andoptInFeatureStabilityintrospection surface, stability levels, and Fusion's union merge andOPT_IN_FEATURE_STABILITY_MISMATCHrule.The frontmatter references a
header.pngthat is not part of this PR yet. The image needs to be added underwebsite/public/images/blog/2026-09-08-opt-in-features/before the post is published.