Docs.rs
graphql-schema-diff-0.2.0
graphql-schema-diff 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tomhoule
Dependencies
cynic-parser ^0.4.0
normal
serde ^1.0.199
normal
optional
datatest-stable ^0.2.9
dev
miette ^7.2.0
dev
serde_json ^1.0.116
dev
similar ^2.5.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
graphql_
schema_
diff
0.2.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.