apollographql / federation-hotchocolate

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

federation v2 support #1

Closed dariuszkuc closed 1 year ago

dariuszkuc commented 1 year ago
# re-generate schema
dotnet run --project compatibility/Products.csproj schema export --output products.graphql

# run compatibility results
npx fedtest docker --compose compatibility/docker-compose.yaml --schema compatibility/products.graphql --debug

Results

*************
Federation v1 compatibility
*************
_service PASS
@key (single) PASS
@key (multi) PASS
@key (composite) WARNING
repeatable @key PASS
@requires PASS
@provides PASS
federated tracing WARNING

*************
Federation v2 compatibility
*************
@link PASS
@shareable PASS
@tag PASS
@override PASS
@inaccessible PASS
@composeDirective WARNING
@interfaceObject PASS

TLDR need to think to think about how to support @composeDirective.