Function diff

Source
pub fn diff(source: &str, target: &str) -> Result<Vec<Change>, Error>
Expand description

Diff two GraphQL schemas.