Skip to main content
Latest
type alias GQLRequest
import { type GQLRequest } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";
definition: { url: string; method: string; headers: Headers; json: () => Promise<GraphQLParams>; }