@coopenomics/sdk
Preparing search index...
Zeus
GraphQLResponse
Interface GraphQLResponse
interface
GraphQLResponse
{
data
?:
Record
<
string
,
any
>
;
errors
?:
{
message
:
string
}
[]
;
}
Index
Properties
data?
errors?
Properties
Optional
data
data
?:
Record
<
string
,
any
>
Optional
errors
errors
?:
{
message
:
string
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
errors
@coopenomics/sdk
Loading...