UNPKG

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