Skip to content
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

Support link spec import aliasing #165

Closed
hwillson opened this issue Apr 25, 2022 · 0 comments · Fixed by #166
Closed

Support link spec import aliasing #165

hwillson opened this issue Apr 25, 2022 · 0 comments · Fixed by #166
Assignees
Labels
type: enhancement New feature or request

Comments

@hwillson
Copy link
Member

Version 1.0 of the link spec (used by Federation 2) supports directive renaming using as:

@link(url: "https://example.com/, import: [{
  name: "SomeType",
  as: "@someDirective"
}])

Federation JVM will need to support this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants