-
Notifications
You must be signed in to change notification settings - Fork 202
feat: add isVersionTwo to SubgraphConfig
#1997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add isVersionTwo to SubgraphConfig
#1997
Conversation
Router image scan passed✅ No security vulnerabilities found in image: |
…d `federateSubgraphsSuccess`
WalkthroughA new boolean property, Changes
Sequence Diagram(s)sequenceDiagram
participant InternalSubgraph
participant FederationFactory
participant SubgraphConfig
InternalSubgraph->>FederationFactory: Provide subgraph data (including isVersionTwo)
FederationFactory->>SubgraphConfig: Construct SubgraphConfig with isVersionTwo
FederationFactory->>Tests: Expose SubgraphConfig for verification
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (13)
🔇 Additional comments (8)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Aenimus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Motivation and Context
The purpose of this PR is to introduce the
isVersionTwofield on theSubgraphConfigtype so it can be exposed publicly.Checklist
Summary by CodeRabbit
New Features
Tests