Expand description
Crate for Rust code generation from a GraphQL query, schema, and options.
Modules§
- deprecation
- Deprecation-related code
- normalization
- Normalization-related code
- schema
- Contains the [Schema] type and its implementation.
Structs§
- GraphQL
Client Codegen Options - Used to configure code generation.
Enums§
- Codegen
Mode - Which context is this code generation effort taking place.
Functions§
- generate_
module_ token_ stream - Generates Rust code given a path to a query file, a path to a schema file, and options.
- generate_
module_ token_ stream_ from_ string - Generates Rust code given a query string, a path to a schema file, and options.