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

feat: expose IRequestExecutorBuilder extensions to apply schema directives #47

Merged
merged 4 commits into from
Nov 1, 2023

Conversation

dariuszkuc
Copy link
Member

@dariuszkuc dariuszkuc commented Oct 31, 2023

resolves: #45

Copy link

github-actions bot commented Oct 31, 2023

Apollo Federation Subgraph Compatibility Results

Federation 1 SupportFederation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🔲
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@dariuszkuc
Copy link
Member Author

@damienpontifex WDYT?

@dariuszkuc dariuszkuc marked this pull request as ready for review November 1, 2023 02:40
@damienpontifex
Copy link
Contributor

Could you also include an update to the README here for the "Providing subgraph contact information" documentation

https://github.com/apollographql/federation-hotchocolate/blob/87bf1e70d162ad763c3ddc23b9422f577f893c27/README.md?plain=1#L355-L380C4

@dariuszkuc dariuszkuc merged commit c3fe583 into main Nov 1, 2023
4 checks passed
@dariuszkuc dariuszkuc deleted the applySchemaDirectives branch November 1, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add IRequestExecutorBuilder extension for adding contact information
2 participants