Skip to content

Commit

Permalink
Merge pull request #484 from cameronpickham/main
Browse files Browse the repository at this point in the history
fix: Use consistent reference to graphql_client crate in codegen
  • Loading branch information
tomhoule authored Oct 25, 2024
2 parents bb96b43 + 60da802 commit 9b91a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_client_codegen/src/generated_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl<'a> GeneratedModule<'a> {
type Variables = #module_name::Variables;
type ResponseData = #module_name::ResponseData;

fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody<Self::Variables> {
fn build_query(variables: Self::Variables) -> graphql_client::QueryBody<Self::Variables> {
graphql_client::QueryBody {
variables,
query: #module_name::QUERY,
Expand Down

0 comments on commit 9b91a7f

Please sign in to comment.