Crate graphql_client_codegen
source ·Expand description
Crate for Rust code generation from a GraphQL query, schema, and options.
Modules§
- Deprecation-related code
- Normalization-related code
- Contains the [Schema] type and its implementation.
Structs§
- Used to configure code generation.
Enums§
- Which context is this code generation effort taking place.
Functions§
- Generates Rust code given a path to a query file, a path to a schema file, and options.
- Generates Rust code given a query string, a path to a schema file, and options.