UNPKG

319 BTypeScriptView Raw
1import { request } from "@octokit/request";
2export declare const graphql: import("./types.js").graphql;
3export type { GraphQlQueryResponseData } from "./types.js";
4export { GraphqlResponseError } from "./error.js";
5export declare function withCustomRequest(customRequest: typeof request): import("./types.js").graphql;