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 for federation directives #1906

Closed
gituserjava opened this issue Sep 29, 2023 · 2 comments
Closed

Support for federation directives #1906

gituserjava opened this issue Sep 29, 2023 · 2 comments
Labels
stage/6-released The issue has been solved on a released version of the library

Comments

@gituserjava
Copy link

We use federation directives like @key, @link, @inaccessible etc; how can configure the library to not to give errors on those directives? As of now we are getting below errors. Please advise.

0:0 error Parsing error: [graphql-eslint] Error while loading schema: Unknown directive "@link".
Unknown directive "@key"

@gituserjava
Copy link
Author

#1063 did not work for me.

@dimaMachina
Copy link
Collaborator

fixed in 4.3.0, your federation subgraphs should be parsed without parsing errors now #2812 (comment)

@dimaMachina dimaMachina added the stage/6-released The issue has been solved on a released version of the library label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/6-released The issue has been solved on a released version of the library
Development

No branches or pull requests

2 participants