Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
GraphqlClient
Type Alias GraphqlClient
type
GraphqlClient
=
{
request
:
<
response
,
variables
extends
object
|
undefined
,
body
extends
GraphqlOperation
<
variables
>
|
GraphqlOperation
<
variables
>
[]
,
>
(
params
:
HttpRequestParameters
<
body
>
,
)
=>
Promise
<
body
extends
GraphqlOperation
<
variables
>
?
response
:
response
[]
,
>
;
}
Index
Properties
request
Properties
Readonly
request
request
:
<
response
,
variables
extends
object
|
undefined
,
body
extends
GraphqlOperation
<
variables
>
|
GraphqlOperation
<
variables
>
[]
,
>
(
params
:
HttpRequestParameters
<
body
>
,
)
=>
Promise
<
body
extends
GraphqlOperation
<
variables
>
?
response
:
response
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
Home
GitHub
Left Curve Software Stack
Loading...