Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
GraphqlClientOptions
Type Alias GraphqlClientOptions
type
GraphqlClientOptions
=
{
fetchOptions
?:
Omit
<
RequestInit
,
"body"
>
;
onRequest
?:
(
request
:
Request
,
init
:
RequestInit
,
)
=>
MaybePromise
<
void
|
undefined
|
RequestInit
&
{
url
?:
string
}
>
;
onResponse
?:
(
response
:
Response
)
=>
Promise
<
void
>
|
void
;
timeout
?:
number
;
}
Index
Properties
fetch
Options?
on
Request?
on
Response?
timeout?
Properties
Optional
fetch
Options
fetchOptions
?:
Omit
<
RequestInit
,
"body"
>
Optional
on
Request
onRequest
?:
(
request
:
Request
,
init
:
RequestInit
,
)
=>
MaybePromise
<
void
|
undefined
|
RequestInit
&
{
url
?:
string
}
>
Optional
on
Response
onResponse
?:
(
response
:
Response
)
=>
Promise
<
void
>
|
void
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Options
on
Request
on
Response
timeout
Home
GitHub
Left Curve Software Stack
Loading...