Preparing search index...
The search index is not available
graphqlade
graphqlade
GraphQLIntrospectorOptions
Interface GraphQLIntrospectorOptions
interface
GraphQLIntrospectorOptions
{
fetch
?:
(
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
)
;
request
?:
IntrospectionRequestFn
;
}
Index
Properties
fetch?
request?
Properties
Optional
fetch
fetch
?:
(
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
)
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
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