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

fix: Export directives to federation SDL so they can be composed. #1209

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

dbanty
Copy link
Member

@dbanty dbanty commented Jan 12, 2023

Also added example of this feature in async-graphql/examples#66

Also also updated the reported federation version to 2.1 so that @defer is available by default with Apollo tooling. The only change to 2.1 is @composeDirective which isn't applicable to this project since it isn't used with executable directives, only custom schema ones.

@dbanty
Copy link
Member Author

dbanty commented Jan 12, 2023

I think the format CI failure is unrelated to these changes

@dbanty dbanty force-pushed the fix-federated-directives branch from c70358e to cefa68d Compare January 12, 2023 23:47
@dbanty
Copy link
Member Author

dbanty commented Jan 12, 2023

Ah, it was an earlier commit to examples that broke formatting. I made a PR for that too async-graphql/examples#67

Copy link
Collaborator

@sunli829 sunli829 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! 🙂

@sunli829 sunli829 merged commit ee8b57b into master Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants