X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=lib%2FGraphQL%2FClient%2Fhttp.pm;fp=lib%2FGraphQL%2FClient%2Fhttp.pm;h=796e3809bd56e3ecb09280feda0ef393561ab61f;hp=9c89444a632771c56a09c489d0669979c8ff9caa;hb=fa1f0d33745578823db4d393dbabe889058bb8c0;hpb=90a93eb2cbbd8656fd5a2284dfc7110bc3267da6 diff --git a/lib/GraphQL/Client/http.pm b/lib/GraphQL/Client/http.pm index 9c89444..796e380 100644 --- a/lib/GraphQL/Client/http.pm +++ b/lib/GraphQL/Client/http.pm @@ -175,7 +175,7 @@ __END__ authorization => 'Bearer s3cr3t', }, }; - my $response = $client->execute($request, $options); + my $response = $transport->execute($request, $options); =head1 DESCRIPTION