apollographql / apollo-federation-subgraph-compatibility

A repo to test subgraph libraries compatibility with the Apollo Federation Specification
https://www.apollographql.com/docs/federation/building-supergraphs/supported-subgraphs/
MIT License
77 stars 58 forks source link

update gqlgen to v0.17.45 #606

Closed StevenACoffman closed 8 months ago

StevenACoffman commented 8 months ago

This updates gqlgen to v0.17.45

StevenACoffman commented 8 months ago

@dariuszkuc I'm not sure if I need to do anything else to regenerate the test results summary page.

github-actions[bot] commented 8 months ago

Apollo Federation Subgraph Compatibility Results

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

@jesse-apollo You will probably need to pick this up and carry this PR the rest of the way home, as I'm traveling and it's hard to code on my phone while driving. 😆

jesse-apollo commented 8 months ago

Hi @StevenACoffman I'll take a look at this today.

jesse-apollo commented 8 months ago

@StevenACoffman I've got everything passing locally. Do you want to close this PR and I'll create a new one or add me to your test repo? Or I can PR against your test repo.

jesse-apollo commented 8 months ago

Here are my changes: https://github.com/jesse-apollo/apollo-federation-subgraph-compatibility/commit/26e9536943f239ecee035291358d914408fbc03d

github-actions[bot] commented 8 months ago

Apollo Federation Subgraph Compatibility Results

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

I added your commit to this PR, but I'm fine either way!

github-actions[bot] commented 8 months ago

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢
StevenACoffman commented 8 months ago

@dariuszkuc How does the website get updated with this new info?

dariuszkuc commented 8 months ago

👋 its a manual step - I'll update it today or tomorrow.