apollographql / federation-next

Moved to the Router repository
https://github.com/apollographql/router/tree/dev/apollo-federation
Other
19 stars 1 forks source link

FED-18: Port TypeSpecification and DirectiveSpecification functionality #254

Closed duckki closed 4 months ago

duckki commented 5 months ago

Ported TypeSpecification class (along with its subclasses) and refactored add_federation_operations function. Ported the DirectiveSpecification series.

duckki commented 4 months ago

@lrlna Thank you for porting the tests and refactoring. I did feel rushed in the validation part, since it's not critical at the moment. I'll revise it once we get to composition later.