pub fn detect_relationships(
schema: &ParsedSchema,
) -> HashMap<String, Vec<Relationship>>Expand description
Detect relationships between types in the schema
pub fn detect_relationships(
schema: &ParsedSchema,
) -> HashMap<String, Vec<Relationship>>Detect relationships between types in the schema