apollo-compiler 1.31.0

A compiler for the GraphQL query language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod executable;
mod extensions;
mod field_set;
mod field_type;
mod introspection;
mod introspection_max_depth;
mod locations;
mod merge_schemas;
/// Formerly in src/lib.rs
mod misc;
mod name;
mod parser;
mod schema;
mod serde;
mod validation;

#[path = "../examples/rename.rs"]
mod rename;