UNPKG
@octokit/graphql
Version:
beta (8.0.0-beta.1)
latest (8.2.2)
release-7.x (7.1.1)
8.2.2
8.2.1
8.2.0
8.1.2
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
8.0.0-beta.1
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.0.1
6.0.0
6.0.0-beta.2
6.0.0-beta.1
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.8.0
4.7.0
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.9
4.5.8
4.5.7
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.0.1
3.0.0
2.3.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
GitHub GraphQL API client for browsers and Node
github.com/octokit/graphql.js
octokit/graphql.js
@octokit/graphql
/
dist-types
/
with-defaults.d.ts
4 lines
(3 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
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
;