Hello. 1st, the graphql doc on nestjs docs shows to install @apollo/federation which is deprecated, so i do expect this part has not been updated for a while. which brings me to my question:
i've setup a pretty straightforward federation and used a bunch of directives but those are not added when generating the schema. i also tried to look at this from runtime perspective and it seems like it's not generated (even in memory).
i do wonder if it's an issue of not using the printSubschema from @apollo/subgraph or not. i'm actively looking into the sourcecode of nest for now to try to identify where it would happen, but any help/pointers would be welcomed