Open
Description
Apollo federation exposes a function to validate composition of federated schemas. However, this requires the separate type definitions of the each schema without merging them. Currently graphql codegen automatically merges the schemas when creating a plugin. May be we can add an option to get the raw type definitions without merging?