apollographql / federation-hotchocolate

HotChocolate support for Apollo Federation
https://www.apollographql.com/docs/federation/
MIT License
16 stars 8 forks source link

feat: expose IRequestExecutorBuilder extensions to apply schema directives #47

Closed dariuszkuc closed 1 year ago

dariuszkuc commented 1 year ago

resolves: https://github.com/apollographql/federation-hotchocolate/issues/45

github-actions[bot] commented 1 year ago

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 commented 1 year ago

@damienpontifex WDYT?

damienpontifex commented 1 year ago

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