pub fn render_federated_sdl(graph: &FederatedGraph) -> Result<String, Error>Expand description
Render a GraphQL SDL string for a federated graph. It includes join spec directives about subgraphs and entities.
pub fn render_federated_sdl(graph: &FederatedGraph) -> Result<String, Error>Render a GraphQL SDL string for a federated graph. It includes join spec directives about subgraphs and entities.