-
Notifications
You must be signed in to change notification settings - Fork 8
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
Incompatible with Apollo Federation #51
Comments
I suppose that you are referring to something like this: extend schema
@link(url: "https://specs.apollo.dev/federation/v2.0",
import: ["@key", "https://github.com/Shareable", "@inaccessible"]) I think it's doable, I can have a PR prepared in some days for this |
Yes, sorry, the copy-paste munged it. Edited to fix. |
This PR that was just merged added support for the It was released under the Let me know if you find any problems |
Works great. Thanks! |
When using Apollo Federation, you need this at the top of your schema file:
GraphQXL balked at this. I worked around it by storing this in a different file and writing a small script to generate and then concatenate, but it would be better if GraphQXL just recognized this and left it alone.
The text was updated successfully, but these errors were encountered: