Preparing search index...
The search index is not available
@coopenomics/coopjs
@coopenomics/coopjs
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
;
}
[]
Type declaration
message
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
data
errors
@coopenomics/coopjs
Loading...