Expand description
Crate for internal use by other graphql-client crates, for code generation.
It is not meant to be used directly by users of the library.
Modules§
- deprecation
- Deprecation-related code
- normalization
- Normalization-related code
- schema
- Contains the
Schema
type and its implementation. - wasm
Structs§
- GraphQL
Client Codegen Options - Used to configure code generation.
Enums§
- Codegen
Error - An error that happened during code generation
- Codegen
Mode - Which context is this code generation effort taking place.
Functions§
- generate_
module_ token_ stream - Generates Rust code given a query document, a schema and options.
- generate_
root_ token_ stream - a