Hex Core JS
Preparing search index...
App Modules
GraphQLResponse
Type Alias GraphQLResponse<T>
type
GraphQLResponse
<
T
>
=
{
data
:
T
|
null
;
errors
:
readonly
GraphQLFormattedError
[]
|
null
;
}
Type Parameters
T
Index
Properties
data
errors
Properties
data
data
:
T
|
null
errors
errors
:
readonly
GraphQLFormattedError
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
errors
Hex Core JS
Loading...