pub fn graphql_documents_to_graph(
inputs: &[(&RepoId, &str, &str, &GraphqlDocument)],
) -> GraphqlGraphFactsExpand description
Converts GraphQL documents into deterministic graph facts and links unambiguous root fields.
Each input tuple contains repository ID, source path, content hash, and extracted document. Consumers remain unlinked when zero or multiple providers expose the same root coordinate.