Merged
Conversation
Separate IS dropdown from IS query Remove repository from workflows
| <Typography variant="body1" align="center"> | ||
| Maintainer: {maintainer} | ||
| </Typography> | ||
| {repository && ( |
Collaborator
There was a problem hiding this comment.
Graph-nightly should be up to date now with Workflows main, so repository can go back in (if you want it).
Contributor
Author
There was a problem hiding this comment.
I have added repository back in, but trying to do pnpm relay with the new schema gives:
[INFO] [default] compiling...
thread 'main' panicked at crates/schema/src/in_memory.rs:836:21:
not yet implemented: SchemaExtension not implemented: extend schema @link(url: "https://specs.apollo.dev/federation/v2.5", import: ["@key", "@tag", "@shareable", "@inaccessible", "@override", "@external", "@provides", "@requires", "@composeDirective", "@interfaceObject", "@requiresScopes"])
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
ELIFECYCLE Command failed with exit code 101.
Removing
extend schema
@link(...)
resolves the issue, but feels like it isn't correct?
Collaborator
There was a problem hiding this comment.
Yes, we also remove that last part for the same reason.
douglaswinter
approved these changes
Oct 22, 2025
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.
Use
graph-nightlyfor both instrument sessions and workflows.Select instrument session from drop-down list provided by graph-nightly query, give free visit input which allows for any session to be set.