Docs.rs
graphql-schema-diff-0.6.0
graphql-schema-diff 0.6.0
Permalink
Docs.rs crate page
Apache-2.0
18 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
tomhoule
yanns
Dependencies
cynic-parser ^0.11.1
normal
serde ^1.0.223
normal
optional
datatest-stable ^0.3.2
dev
serde_json ^1.0.145
dev
similar ^3.0
dev
Versions
53.13%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
diff
graphql_
schema_
diff
0.6.0
graphql_schema_diff
Function
diff
Copy item path
Source
pub fn diff(source: &
str
, target: &
str
) ->
Result
<
Vec
<
Change
>,
Error
>
Expand description
Diff two GraphQL schemas.