Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/GraphQlClient.ts>GraphQlClient#executeQuery

Various HTTP clients for miscellaneous use.
Go to Latest
method GraphQlClient.prototype.executeQuery
import { GraphQlClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/GraphQlClient.ts";

Fetch a resource from the network. It returns a Promise that resolves to the Response to that request, whether it is successful or not.

Parameters

query: string

The GraphQL query to use for the request.

Returns

The response from the request.