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

bug: update all workflows to use their defined/generated schemas instead of using template one #550

Open dariuszkuc opened 1 year ago

dariuszkuc commented 1 year ago

Currently, test workflow composes supergraph by re-using schema from the template workflow. While we have tests that verify some expected schema structure and some basic functionality, actual schemas used by implementation may be invalid.