Docs.rs
graphql-parser-0.3.0
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
graphql-parser 0.3.0
A parser, AST and serializer for graphql query language and scheme definition language (sometimes called IDL).
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
directive_args.graphql
fragment.graphql
fragment_spread.graphql
inline_fragment.graphql
inline_fragment_dir.graphql
kitchen-sink.graphql
kitchen-sink_canonical.graphql
minimal.graphql
minimal_mutation.graphql
minimal_query.graphql
mutation_directive.graphql
named_query.graphql
nested_selection.graphql
query_aliases.graphql
query_arguments.graphql
query_directive.graphql
query_list_argument.graphql
query_object_argument.graphql
query_var_default_float.graphql
query_var_default_list.graphql
query_var_default_object.graphql
query_var_default_string.graphql
query_var_defaults.graphql
query_vars.graphql
string_literal.graphql
subscription_directive.graphql
triple_quoted_literal.graphql
1
2
3
query Foo($site: [Int] = [123, 456]) { field }