Preparing search index...
The search index is not available
graphqlade
graphqlade
GraphQLClientOptions
Interface GraphQLClientOptions<TTypings>
interface
GraphQLClientOptions
<
TTypings
>
{
fetch
?:
(
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
)
;
init
?:
GraphQLRequestInit
;
typings
?:
TTypings
;
url
:
string
;
}
Type Parameters
TTypings
extends
GraphQLClientTypings
Index
Properties
fetch?
init?
typings?
url
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
init
init
?:
GraphQLRequestInit
Optional
typings
typings
?:
TTypings
url
url
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
init
typings
url
graphqlade
Loading...
MDN Reference