graphqlade
Preparing search index...
GraphQLIntrospectorOptions
Interface GraphQLIntrospectorOptions
interface
GraphQLIntrospectorOptions
{
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
request
?:
IntrospectionRequestFn
;
}
Index
Properties
fetch?
request?
Properties
Optional
fetch
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
request
request
?:
IntrospectionRequestFn
Deprecated
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
request
graphqlade
Loading...
MDN Reference