Skip to content

Commit 9b91a7f

Browse files
authored
Merge pull request #484 from cameronpickham/main
fix: Use consistent reference to graphql_client crate in codegen
2 parents bb96b43 + 60da802 commit 9b91a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/src/generated_module.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl<'a> GeneratedModule<'a> {
104104
type Variables = #module_name::Variables;
105105
type ResponseData = #module_name::ResponseData;
106106

107-
fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody<Self::Variables> {
107+
fn build_query(variables: Self::Variables) -> graphql_client::QueryBody<Self::Variables> {
108108
graphql_client::QueryBody {
109109
variables,
110110
query: #module_name::QUERY,

0 commit comments

Comments
 (0)