Crate graphql_client_codegen[−][src]
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
| attributes |
Derive-related code. This will be moved into graphql_query_derive. |
| deprecation |
Deprecation-related code |
| schema |
Contains the [Schema] type and its implementation. |
Structs
| GraphQLClientDeriveOptions |
Used to configure code generation. |
Functions
| generate_module_token_stream |
Generates the code for a Rust module given a query, a schema and options. |