Documentation
Preparing search index...
@mysten/sui
graphql
GraphQLQueryResult
Type Alias GraphQLQueryResult<Result>
type
GraphQLQueryResult
<
Result
=
Record
<
string
,
unknown
>
>
=
{
data
?:
Result
;
errors
?:
GraphQLResponseErrors
;
extensions
?:
Record
<
string
,
unknown
>
;
}
Type Parameters
Result
=
Record
<
string
,
unknown
>
Index
Properties
data?
errors?
extensions?
Properties
Optional
data
data
?:
Result
Optional
errors
errors
?:
GraphQLResponseErrors
Optional
extensions
extensions
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
errors
extensions
Documentation
Loading...