UNPKG

@octokit/graphql

Version:

GitHub GraphQL API client for browsers and Node

4 lines (3 loc) 242 B
import { request as Request } from "@octokit/request"; import type { graphql as ApiInterface, RequestParameters } from "./types.js"; export declare function withDefaults(request: typeof Request, newDefaults: RequestParameters): ApiInterface;