Concept Flow - Shared types across subgraphs
Define shared type in Subgraph A
Define shared type in Subgraph B
Mark type as @key in each subgraph
Gateway composes subgraphs
Shared type resolved across subgraphs
Queries can access combined fields
Shared types are defined in multiple subgraphs with matching keys, then composed by the gateway to allow queries accessing combined fields.