Docs.rs
graphql-tools-0.4.0
graphql-tools 0.4.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Documentation
crates.io
Source
Owners
dotansimha
kamilkisiela
Dependencies
graphql-parser ^0.4.0
normal
optional
graphql-parser-hive-fork ^0.5.0
normal
optional
lazy_static ^1.4.0
normal
serde ^1.0.200
normal
serde_json ^1.0
normal
serde_with ^3.0.0
normal
Versions
6.33%
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
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
Module possible_
fragment_
spreads
graphql_
tools
0.4.0
Module possible_
fragment_
spreads
Module Items
Structs
Functions
In graphql_
tools::
validation::
rules
Modules
defaults
fields_on_correct_type
fragments_on_composite_types
known_argument_names
known_directives
known_fragment_names
known_type_names
leaf_field_selections
lone_anonymous_operation
no_fragments_cycle
no_undefined_variables
no_unused_fragments
no_unused_variables
overlapping_fields_can_be_merged
possible_fragment_spreads
provided_required_arguments
rule
single_field_subscriptions
unique_argument_names
unique_directives_per_location
unique_fragment_names
unique_operation_names
unique_variable_names
values_of_correct_type
variables_are_input_types
variables_in_allowed_position
graphql_tools
::
validation
::
rules
Module
possible_fragment_spreads
Copy item path
Settings
Help
Summary
Source
Structs
§
Possible
Fragment
Spreads
Possible fragment spread
Functions
§
do_
types_
overlap
Provided two composite types, determine if they “overlap”. Two composite types overlap when the Sets of possible concrete types for each intersect.