Function graphql_composition::render_api_sdl

source ยท
pub fn render_api_sdl(graph: &FederatedGraphV3) -> String
Expand description

Render a GraphQL SDL string for a federated graph. It does not include any federation-specific directives, it only reflects the final API schema as visible for consumers.