Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
graphql
GraphQLQueryOptions
Type Alias GraphQLQueryOptions<Result, Variables>
GraphQLQuery
Options
<
Result
,
Variables
>
:
{
extensions
?:
Record
<
string
,
unknown
>
;
operationName
?:
string
;
query
:
GraphQLDocument
<
Result
,
Variables
>
;
}
&
(
Variables
extends
{
[
key
:
string
]
:
never
;
}
?
{
variables
?:
Variables
;
}
:
{
variables
:
Variables
;
}
)
Type Parameters
Result
=
Record
<
string
,
unknown
>
Variables
=
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...