Function graphql_schema_diff::diff

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

Diff two GraphQL schemas.