Docs.rs
cynic-parser-0.11.1
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
cynic-parser 0.11.1
A fast, correct and easy to use GraphQL parser
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
argument_default_value_formatting.graphql
block_string_literal.graphql
directive.graphql
directive_descriptions.graphql
directive_wrapping.graphql
empty_union.graphql
enum.graphql
extend_enum.graphql
extend_input.graphql
extend_input_canonical.graphql
extend_interface.graphql
extend_object.graphql
extend_scalar.graphql
field_description.graphql
implements.graphql
implements_amp.graphql
implements_amp_canonical.graphql
input_type.graphql
interface.graphql
kitchen-sink.graphql
kitchen-sink_canonical.graphql
long_argument_wrapping.graphql
minimal.graphql
minimal_type.graphql
object_with_arguments.graphql
repeatable_directives.graphql
scalar_type.graphql
schema_definition_directives_only.graphql
simple_object.graphql
string_escaping.graphql
union.graphql
union_extension.graphql
union_formatting.graphql
1
2
3
4
input InputType { key: String! answer: Int = 42 }